Version 88.2.90
Plugin policies supported by IPluginHandler.OnBeforePluginLoad.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax public 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