System.Web Namespace HttpRequest Class
Gets a combined collection of QueryString, Form, ServerVariables, and Cookies items.
[ VB ] Public ReadOnly Property Params As NameValueCollection [ C# ] public NameValueCollection Params {get;} [ C++ ] public: __property NameValueCollection* get_Params ( ); [ JScript ] public function get Params ( ) : NameValueCollection;
A NameValueCollection object.
The Params collection contains all query string, form field, cookie, and server variables sent from a client during an HTTP request. This is the typical API through which page developers can access arguments when doing page to page navigation transfers.
HttpRequest Members
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note