Property Count
- Namespace
- DotNetBrowser.Frames
- Assembly
- DotNetBrowser.dll
Count
Gets the number of the key/value pairs in the storage.
int Count { get; }
Property Value
- int
The number of the key/value pairs in the storage.
Exceptions
- ObjectDisposedException
The IWebStorage object has already been disposed.
- WebStorageException
The IWebStorage operation has failed.