Property this
- Namespace
- DotNetBrowser.Frames
- Assembly
- DotNetBrowser.dll
this[string]
Gets or sets the value associated with the given key
. The setter adds the item with the
specified key
and
value
to the storage, or updates it if the item with the given key
already
exists.
string this[string key] { get; set; }
Parameters
key
stringThe key name of the item to retrieve the value of. Can be empty or blank.
Property Value
- string
The value associated with the given
key
Exceptions
- ObjectDisposedException
The IWebStorage object has already been disposed.
- WebStorageException
The IWebStorage operation has failed.