SetDownloadBehaviorBehavior Enumeration |
Version 106.0.290
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 dowmload guids.
Namespace:
CefSharp.DevTools.Browser
Assembly:
CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.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