Click or drag to resize

IWebStorageKeys Property

Gets a list of the web storage keys.

Namespace:  DotNetBrowser.Frames
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IReadOnlyList<string> Keys { get; }

Property Value

Type: IReadOnlyListString
A readonly list of the web storage keys.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IWebStorage object has already been disposed.
See Also