Property PluginsEnabled
- Namespace
- DotNetBrowser.Browser
- Assembly
- DotNetBrowser.dll
PluginsEnabled
Enables or disables plugins on the web pages loaded in the browser.
bool PluginsEnabled { get; set; }
Property Value
- bool
true
if plugins are enabled,false
otherwise.
Exceptions
- ObjectDisposedException
The IBrowserSettings has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.