SetDownloadBehaviorBehavior Enumeration |
Version 130.1.90
Whether to allow all or deny all download requests, or use default Chrome behavior if
available (otherwise deny). |allowAndName| allows download and names files according to
their download guids.
Namespace: CefSharp.DevTools.BrowserAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public enum SetDownloadBehaviorBehavior
public enum class SetDownloadBehaviorBehavior
Members Member name | Value | Description |
---|
Deny | 0 |
deny
|
Allow | 1 |
allow
|
AllowAndName | 2 |
allowAndName
|
Default | 3 |
default
|
See Also