asp.net.ph

Request.Params Property

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;

Property Value

A NameValueCollection object.

Remarks

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.

See Also

HttpRequest Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 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