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.Form

Gets a collection of Forms.

[Visual Basic]
Public ReadOnly Property Form As NameValueCollection
[C#]
public NameValueCollection Form {get;}
[C++]
public: __property NameValueCollection* get_Form();
[JScript]
public function get Form() : NameValueCollection;

Property Value

Managed reference to an HttpValueCollection representing a collection of Form variables.

Remarks

Populated when the Http Request Content type is either "application/x-www-form-urlencoded" or multipart/form-data".

See Also

HttpRequest Class | HttpRequest Members | System.Web Namespace