Click or drag to resize

IWebStorageRemove Method

Removes the item with the specified key from the storage. Does nothing if there is no item with the specified key in the storage.

Namespace:  DotNetBrowser.Frames
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
void Remove(
	string key
)

Parameters

key
Type: SystemString
the key name of the item to remove. Can be empty or blank.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IWebStorage object has already been disposed.
WebStorageExceptionThe IWebStorage operation has failed.
See Also