Click or drag to resize

CookieName Property

Gets the name of the cookie.

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

Property Value

Type: String
The cookie's name.
See Also