Property Value
- Namespace
 - DotNetBrowser.Cookies
 
- Assembly
 - DotNetBrowser.dll
 
Value
Gets or sets the value of the cookie.
public string Value { get; set; }
Property Value
- string
 The cookie's value.
Exceptions
- ArgumentException
 The
valueis null, empty or blank.