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.
Namespace:
DotNetBrowser.Frames
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax string this[
string key
] { get; set; }
Parameters
- key
- Type: SystemString
The key name of the item to retrieve the value of. Can be empty or blank.
Property Value
Type:
StringThe value associated with the given
keyExceptions See Also