CefPluginPolicy Enumeration |
Plugin policies supported by CefRequestContextHandler::OnBeforePluginLoad.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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