BrowserSettingsJavascriptCloseWindows Property |
Version 86.0.240
Controls whether JavaScript can be used to close windows that were not
opened via JavaScript. JavaScript can still be used to close windows that
were opened via JavaScript. Also configurable using the
"disable-javascript-close-windows" command-line switch.
Namespace:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 86.0.240.0
Syntax public virtual CefState JavascriptCloseWindows { get; set; }
public:
virtual property CefState JavascriptCloseWindows {
CefState get ();
void set (CefState value);
}
Property Value
Type:
CefStateImplements
IBrowserSettingsJavascriptCloseWindowsSee Also