BrowserSettingsJavascript 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.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public CefState Javascript { get; set; }
public:
virtual property CefState Javascript {
CefState get () sealed;
void set (CefState value) sealed;
}
Property Value
CefStateImplements
IBrowserSettingsJavascriptSee Also