Click or drag to resize

IWebStorageCount Property

Gets the number of the key/value pairs in the storage.

Namespace:  DotNetBrowser.Frames
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
int Count { get; }

Property Value

Type: Int32
The number of the key/value pairs in the storage.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IWebStorage object has already been disposed.
WebStorageExceptionThe IWebStorage operation has failed.
See Also