IWebStorage Properties |
The IWebStorage type exposes the following members.
Name | Description | |
---|---|---|
Count |
Gets the number of the key/value pairs in the storage.
| |
IsDisposed |
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.) | |
Item |
Gets or sets the value associated with the given key. The setter adds the item with the
specified key and
value to the storage, or updates it if the item with the given key already
exists.
| |
Keys |
Gets a list of the web storage keys.
|