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
value
is null, empty or blank.