Click or drag to resize

CrossOriginIsolatedContextType Enumeration

Version 102.0.100
Indicates whether the frame is cross-origin isolated and why it is the case.

Namespace:  CefSharp.DevTools.Page
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public enum CrossOriginIsolatedContextType
Members
  Member nameValueDescription
Isolated0 Isolated
NotIsolated1 NotIsolated
NotIsolatedFeatureDisabled2 NotIsolatedFeatureDisabled
See Also