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.24.2
Syntaxpublic bool HttpOnly { get; set; }Property Value
Type: 
BooleanThe 
HttpOnly attribute value.
See Also