Click or drag to resize

CefRequestContextIsGlobal Property

Returns true if this object is the global context. The global context is used by default when creating a browser or URL request with a NULL context argument.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool IsGlobal { get; }

Property Value

Type: Boolean
See Also