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