Click or drag to resize

CookieValue Property

Gets the value of the cookie.

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

Property Value

Type: String
The cookie's value.
See Also