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