HttpRequestBase.Params Property
.NET Framework (current version)
When overridden in a derived class, gets a combined collection of QueryString, Form, ServerVariables, and Cookies items.
Assembly: System.Web (in System.Web.dll)
abstract Params : NameValueCollection with get override Params : NameValueCollection with get
Property Value
Type: System.Collections.Specialized.NameValueCollectionThe collection of combined values.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: