NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpRequest.Params

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;

Property Value

A managed reference to an HttpValueCollection object representing the collection of combined QueryString+Form+ ServerVariable+Cookies variables.

See Also

HttpRequest Class | HttpRequest Members | System.Web Namespace