Click or drag to resize

CookieBuilderHttpOnly Property

Gets or sets the HttpOnly attribute. 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.13.0
Syntax
C#
public bool HttpOnly { get; set; }

Property Value

Type: Boolean
The HttpOnly attribute value.
See Also