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
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph