Click or drag to resize

MixedContentType Enumeration

Version 102.0.100
A description of mixed content (HTTP resources on HTTPS pages), as defined by https://www.w3.org/TR/mixed-content/#categories

Namespace:  CefSharp.DevTools.Security
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public enum MixedContentType
Members
  Member nameValueDescription
Blockable0 blockable
OptionallyBlockable1 optionally-blockable
None2 none
See Also