HttpRequest::Params Property
.NET Framework (current version)
Gets a combined collection of QueryString, Form, Cookies, and ServerVariables items.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Collections.Specialized::NameValueCollection^A NameValueCollection object.
Name-value pairs are added to the collection in the following order:
Query-string parameters.
Form fields.
Cookies.
Server variables.
.NET Framework
Available since 1.1
Available since 1.1
Show: