DotNetBrowser Documentation
DotNetBrowser Documentation
DotNetBrowser API Reference
DotNetBrowser.Frames
IWebStorage Interface
IWebStorage Methods
Clear Method
Contains Method
Remove Method
IWebStorage
Remove 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.23.2
Syntax
C#
Copy
void
Remove
(
string
key
)
Parameters
key
Type:
System
String
the key name of the item to remove. Can be empty or blank.
Exceptions
Exception
Condition
ObjectDisposedException
The
IWebStorage
object has already been disposed.
WebStorageException
The
IWebStorage
operation has failed.
See Also
Reference
IWebStorage Interface
DotNetBrowser.Frames Namespace
Copyright © 2023 TeamDev Ltd. All Rights Reserved.