IWebStorage.Keys Property |
Gets a list of the web storage keys.
Namespace:
DotNetBrowser.Frames
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.15.1
SyntaxIReadOnlyList<string> Keys { get; }
Property Value
Type:
IReadOnlyList<String>A readonly list of the web storage keys.
ExceptionsException | Condition |
---|
ObjectDisposedException | The IWebStorage object has already been disposed. |
See Also