Click or drag to resize

PluginPolicy Enumeration

Version 86.0.240
Plugin policies supported by IPluginHandler.OnBeforePluginLoad.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public enum PluginPolicy
Members
  Member nameValueDescription
Allow0 Allow the content
DetectImportant1 Allow important content and block unimportant content based on heuristics. The user can manually load blocked content.
Block2 Block the content. The user can manually load blocked content.
Disable3 Disable the content. The user cannot load disabled content.
See Also