System.Web.HttpRequest.Params Property

Gets a combined collection of HttpRequest.QueryString, HttpRequest.Form, HttpRequest.Cookies, and HttpRequest.ServerVariables items.

Syntax

public System.Collections.Specialized.NameValueCollection Params { get; }

Value

a System.Collections.Specialized.NameValueCollection

Remarks

Name-value pairs are added to the collection in the following order:

[The 'ordered' type of list has not been implemented in the ECMA stylesheet.]

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0