CookieIsHttpOnly Property |
Gets the HttpOnly attribute value of the cookie.
The HttpOnly cookie attribute can help to mitigate hijacking and XSS attacks
by preventing access to cookie value through JavaScript.
Namespace:
DotNetBrowser.Cookies
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax public bool IsHttpOnly { get; }
Property Value
Type:
BooleanThe
HttpOnly attribute value.
See Also