Click or drag to resize

IWebStorage Properties

The IWebStorage type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of the key/value pairs in the storage.
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Public propertyItem
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.
Public propertyKeys
Gets a list of the web storage keys.
Top
See Also