BrowserSettingsJavascript Property |
Version 98.1.210
Controls whether JavaScript can be executed. (Used to Enable/Disable javascript)
Also configurable using the "disable-javascript" command-line switch.
Namespace:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 98.1.210.0
Syntax public CefState Javascript { get; set; }
public:
virtual property CefState Javascript {
CefState get () sealed;
void set (CefState value) sealed;
}
Property Value
Type:
CefStateImplements
IBrowserSettingsJavascriptSee Also