CefPluginPolicy Enumeration |
Plugin policies supported by CefRequestContextHandler::OnBeforePluginLoad.
Namespace:
Internal.Xilium.CefGlue
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public enum CefPluginPolicy
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