Click or drag to resize

IWebStorage Methods

The IWebStorage type exposes the following members.

Methods
  NameDescription
Public methodClear
Removes all the items from the storage.
Public methodContains
Checks if the specified key is present in the storage.
Public methodRemove
Removes the item with the specified key from the storage. Does nothing if there is no item with the specified key in the storage.
Top
See Also