- request
- An System.Web.HttpRequest object containing HTML name-value pairs encoded in the body of an HTTP request.
An array of objects contain the name-value pairs.
The HtmlFormParameterReader.Read(System.Web.HttpRequest) method uses the content of the System.Web.HttpRequest object's System.Web.HttpRequest.Form property.