CrossOriginIsolatedContextType Enumeration |
Version 109.1.110
Indicates whether the frame is cross-origin isolated and why it is the case.
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.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