Click or drag to resize

IBrowserSettingsLocalStorageEnabled Property

Enables or disables the local storage in the browser.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.22.0
Syntax
C#
bool LocalStorageEnabled { get; set; }

Property Value

Type: Boolean
true if the local storage is enabled, false otherwise.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowserSettings has already been disposed.
ConnectionClosedExceptionThe connection to the Chromium engine is closed.
See Also