CookieBuilder.HttpOnly Property

Definition

Indicates whether a cookie is inaccessible by client-side script. The default value is false but specific components may use a different value.

C#
public virtual bool HttpOnly { get; set; }

Property Value

Remarks

Determines the value that will be set on HttpOnly.

Applies to

Product Versions
ASP.NET Core 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0