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




Previous page Back to top Next page

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