Click or drag to resize

CefCustomSchemeIsDisplayIsolated Property

Version 86.0.240
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: 86.0.240.0 (86.0.240.0)
Syntax
public bool IsDisplayIsolated { get; set; }

Property Value

Type: Boolean
See Also