TargetInfoCanAccessOpener Property |
Version 130.1.90
Whether the target has access to the originating window.
Namespace: CefSharp.DevTools.TargetAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public bool CanAccessOpener { get; set; }
public:
property bool CanAccessOpener {
bool get ();
void set (bool value);
}
Property Value
BooleanSee Also