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