Click or drag to resize

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.16.1
Syntax
C#
public bool IsHttpOnly { get; }

Property Value

Type: Boolean
The HttpOnly attribute value.
See Also