SetCookieHeaderValue.HttpOnly Property

Definition

Gets or sets a value for the HttpOnly cookie attribute.

HttpOnly instructs the user agent to omit the cookie when providing access to cookies via "non-HTTP" APIs (such as a web browser API that exposes cookies to scripts).

public:
 property bool HttpOnly { bool get(); void set(bool value); };
public bool HttpOnly { get; set; }
member this.HttpOnly : bool with get, set
Public Property HttpOnly As Boolean

Property Value

Remarks

See https://tools.ietf.org/html/rfc6265#section-4.1.2.6.

Applies to