Method Remove
- Namespace
- DotNetBrowser.Frames
- Assembly
- DotNetBrowser.dll
Remove(string)
Removes the item with the specified key
from the storage. Does nothing if there is no
item with the specified key
in the storage.
void Remove(string key)
Parameters
key
stringthe key name of the item to remove. Can be empty or blank.
Exceptions
- ObjectDisposedException
The IWebStorage object has already been disposed.
- WebStorageException
The IWebStorage operation has failed.