DotNetBrowser Documentation
DotNetBrowser Documentation
DotNetBrowser API Reference
DotNetBrowser.Cookies
Cookie Class
Cookie Properties
CreationTime Property
DomainName Property
ExpirationTime Property
IsHttpOnly Property
IsSecure Property
IsSession Property
Name Property
Path Property
SameSite Property
Value Property
Cookie
Value Property
Gets the value of the cookie.
Namespace:
DotNetBrowser.Cookies
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax
C#
Copy
public
string
Value
{
get
; }
Property Value
Type:
String
The cookie's value.
See Also
Reference
Cookie Class
DotNetBrowser.Cookies Namespace
Copyright © 2023 TeamDev Ltd. All Rights Reserved.