Page.DeterminePostBackModeUnvalidated Method

Definition

Returns a name-value collection of data that was posted to the page using either a POST or a GET command, without performing ASP.NET request validation on the request.

C#
protected internal virtual System.Collections.Specialized.NameValueCollection DeterminePostBackModeUnvalidated();

Returns

An object that contains the unvalidated form data.

Remarks

For more information, see the UnvalidatedRequestValues class.

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