BrowserSettingsJavascriptOpenWindows Property |
Version 55.0.0
Controls whether JavaScript can be used for opening windows. Also
configurable using the "disable-javascript-open-windows" command-line
switch.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 55.0.0.0
Syntax public virtual CefState JavascriptOpenWindows { get; set; }
public:
virtual property CefState JavascriptOpenWindows {
CefState get ();
void set (CefState value);
}
Property Value
Type:
CefStateImplements
IBrowserSettingsJavascriptOpenWindowsSee Also