Combined collection of QueryString+Form+ ServerVariable+Cookies.
[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;
A managed reference to an HttpValueCollection object representing the collection of combined QueryString+Form+ ServerVariable+Cookies variables.
HttpRequest Class | HttpRequest Members | System.Web Namespace