UnvalidatedRequestValues.Cookies Property

Definition

Gets the collection of cookies that the client sent, without triggering ASP.NET request validation.

C#
public System.Web.HttpCookieCollection Cookies { get; }

Property Value

The cookies from the HTTP request.

Remarks

Important

If you use this property, you must manually check the data for potential cross-site scripting attacks.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1