IBrowserSettingsJavascript Property |
Version 130.1.90
Controls whether JavaScript can be executed. (Used to Enable/Disable javascript)
Also configurable using the "disable-javascript" command-line switch.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax CefState Javascript { get; set; }
property CefState Javascript {
CefState get ();
void set (CefState value);
}
Property Value
CefStateSee Also