CrossOriginIsolatedContextType Enumeration |
Version 130.1.90
Indicates whether the frame is cross-origin isolated and why it is the case.
Namespace: CefSharp.DevTools.PageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public enum CrossOriginIsolatedContextType
public enum class CrossOriginIsolatedContextType
Members Member name | Value | Description |
---|
Isolated | 0 |
Isolated
|
NotIsolated | 1 |
NotIsolated
|
NotIsolatedFeatureDisabled | 2 |
NotIsolatedFeatureDisabled
|
See Also