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
Name Property
Gets the name of the cookie.
Namespace:
DotNetBrowser.Cookies
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax
C#
Copy
public
string
Name
{
get
; }
Property Value
Type:
String
The cookie's name.
See Also
Reference
Cookie Class
DotNetBrowser.Cookies Namespace
Copyright © 2023 TeamDev Ltd. All Rights Reserved.