Click or drag to resize

SetDownloadBehaviorBehavior Enumeration

Version 102.0.100
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: 102.0.100.0 (102.0.100.0)
Syntax
public enum SetDownloadBehaviorBehavior
Members
  Member nameValueDescription
Deny0 deny
Allow1 allow
AllowAndName2 allowAndName
Default3 default
See Also