Click or drag to resize

SetDownloadBehaviorBehavior Enumeration

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