Table of Contents

Property IsHttpOnly

Namespace
DotNetBrowser.Cookies
Assembly
DotNetBrowser.dll

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.

public bool IsHttpOnly { get; }

Property Value

bool

The HttpOnly attribute value.