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