ChromiumWebBrowserCanExecuteJavascriptInMainFrame Property |
Version 81.3.100
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:
CefSharp.Wpf
Assembly:
CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 81.3.100.0 (81.3.100.0)
Syntax public bool CanExecuteJavascriptInMainFrame { get; }
public:
virtual property bool CanExecuteJavascriptInMainFrame {
bool get () sealed;
}
Property Value
Type:
BooleanImplements
IWebBrowserCanExecuteJavascriptInMainFrameSee Also