Page.DeterminePostBackModeUnvalidated Method ()
.NET Framework (current version)
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.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Collections.Specialized.NameValueCollectionAn object that contains the unvalidated form data.
For more information, see the UnvalidatedRequestValues class.
.NET Framework
Available since 4.5
Available since 4.5
Show: