MixedContentResolutionStatus Enumeration |
Version 130.1.90
MixedContentResolutionStatus
Namespace: CefSharp.DevTools.AuditsAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public enum MixedContentResolutionStatus
public enum class MixedContentResolutionStatus
Members Member name | Value | Description |
---|
MixedContentBlocked | 0 |
MixedContentBlocked
|
MixedContentAutomaticallyUpgraded | 1 |
MixedContentAutomaticallyUpgraded
|
MixedContentWarning | 2 |
MixedContentWarning
|
See Also