IWebBrowserCanExecuteJavascriptInMainFrame Property |
Version 130.1.90
A flag that indicates if you can execute javascript in the main frame.
Flag is set to true in IRenderProcessMessageHandler.OnContextCreated.
and false in IRenderProcessMessageHandler.OnContextReleased
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax bool CanExecuteJavascriptInMainFrame { get; }
property bool CanExecuteJavascriptInMainFrame {
bool get ();
}
Property Value
BooleanSee Also