Version 93.1.111 
            Plugin policies supported by IPluginHandler.OnBeforePluginLoad.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxpublic enum class PluginPolicy
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Allow | 0 | 
            Allow the content
             | 
 | DetectImportant | 1 | 
            Allow important content and block unimportant content based on heuristics. The user can manually load blocked content.
             | 
 | Block | 2 | 
            Block the content. The user can manually load blocked content.
             | 
 | Disable | 3 | 
            Disable the content. The user cannot load disabled content.
             | 
See Also