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