Click or drag to resize

IWebStorageClear Method

Removes all the items from the storage.

Namespace:  DotNetBrowser.Frames
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
void Clear()
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IWebStorage object has already been disposed.
WebStorageExceptionThe IWebStorage operation has failed.
See Also