Click or drag to resize

CookieBuilderValue Property

Gets or sets the value of the cookie.

Namespace:  DotNetBrowser.Cookies
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax
C#
public string Value { get; set; }

Property Value

Type: String
The cookie's value.
Exceptions
ExceptionCondition
ArgumentException The value is null, empty or blank.
See Also