HttpRequestWrapper::Params Property
.NET Framework (current version)
Gets a combined collection of QueryString, Form, ServerVariables, and Cookies items.
Assembly: System.Web (in System.Web.dll)
public: property NameValueCollection^ Params { virtual NameValueCollection^ get() override; }
Property Value
Type: System.Collections.Specialized::NameValueCollection^The collection of combined values.
.NET Framework
Available since 3.5
Available since 3.5
Show: