CookieBuilderValue Property |
Gets or sets the value of the cookie.
Namespace:
DotNetBrowser.Cookies
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.17.0
Syntaxpublic string Value { get; set; }Property Value
Type:
StringThe cookie's value.
Exceptions| Exception | Condition |
|---|
| ArgumentException |
The value is null, empty or blank.
|
See Also