| CefCustomSchemeIsDisplayIsolated Property  | 
Version 102.0.100 
            If true the scheme will be treated as display-isolated.
            This means that pages cannot display these URLs unless they are
            from the same scheme. For example, pages in another origin cannot create
            iframes or hyperlinks to URLs with this scheme.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
 Syntax
Syntaxpublic bool IsDisplayIsolated { get; set; }public:
property bool IsDisplayIsolated {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean See Also
See Also