JavascriptDialogOpeningEventArgsHasBrowserHandler Property |
Version 104.4.240
True iff browser is capable showing or acting on the given dialog. When browser has no
dialog handler for given target, calling alert while Page domain is engaged will stall
the page execution. Execution can be resumed via calling Page.handleJavaScriptDialog.
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntax public bool HasBrowserHandler { get; }
public:
property bool HasBrowserHandler {
bool get ();
}
Property Value
Type:
BooleanSee Also