This documentation is archived and is not being maintained.
HttpRequest.Params Property
.NET Framework 1.1
Gets a combined collection of QueryString, Form, ServerVariables, and Cookies items.
[Visual Basic] Public ReadOnly Property Params As NameValueCollection [C#] public NameValueCollection Params {get;} [C++] public: __property NameValueCollection* get_Params(); [JScript] public function get Params() : NameValueCollection;
Property Value
A NameValueCollection object.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpRequest Class | HttpRequest Members | System.Web Namespace
Show: