SetDownloadBehaviorBehavior Enumeration | 
Version 104.4.240 
            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: 104.4.240.0 (104.4.240.0)
Syntaxpublic 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