Click or drag to resize

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
C#
public enum CefPluginPolicy
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