HttpRequestWrapper::Form Property

 

Gets the collection of form variables that were sent by the client.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property NameValueCollection^ Form {
	virtual NameValueCollection^ get() override;
}

Property Value

Type: System.Collections.Specialized::NameValueCollection^

The form variables.

.NET Framework
Available since 3.5
Return to top
Show: