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