Property JavaScriptEnabled
- Namespace
- DotNetBrowser.Browser
- Assembly
- DotNetBrowser.dll
JavaScriptEnabled
Enables or disables JavaScript on the web pages loaded in the browser.
bool JavaScriptEnabled { get; set; }
Property Value
- bool
trueif JavaScript is enabled,falseotherwise.
Exceptions
- ObjectDisposedException
The IBrowserSettings has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.