System.Web.HttpRequest.Form Property

Gets a collection of form variables.

Syntax

public System.Collections.Specialized.NameValueCollection Form { get; }

Value

a System.Collections.Specialized.NameValueCollection

Remarks

The HttpRequest.Form property is populated when the HTTP request Content-Type value is either "application/x-www-form-urlencoded" or "multipart/form-data".

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0