HttpRequestWrapper.Unvalidated Property

Definition

Gets an access to HTTP request values without triggering request validation.

C#
public override System.Web.UnvalidatedRequestValuesBase Unvalidated { get; }

Property Value

The unvalidated request values.

Remarks

For more information about request validation, see UnvalidatedRequestValues.

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

See also