Property Keys
- Namespace
- DotNetBrowser.Frames
- Assembly
- DotNetBrowser.dll
Keys
Gets a list of the web storage keys.
IReadOnlyList<string> Keys { get; }
Property Value
- IReadOnlyList<string>
A readonly list of the web storage keys.
Exceptions
- ObjectDisposedException
The IWebStorage object has already been disposed.