Click or drag to resize

CookieBuilderName Property

Gets or sets the name of the cookie.

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

Property Value

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