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 Overrides ReadOnly Property Form As NameValueCollection

Property Value

Type: System.Collections.Specialized.NameValueCollection

The form variables.

.NET Framework
Available since 3.5
Return to top
Show: