Edit

Share via


HtmlFormParameterReader.Read(HttpRequest) Method

Definition

Reads name-value pairs into Web method parameter values.

C#
public override object[] Read(System.Web.HttpRequest request);

Parameters

request
HttpRequest

An HttpRequest object containing HTML name-value pairs encoded in the body of an HTTP request.

Returns

Object[]

An array of objects contain the name-value pairs.

Remarks

The Read method uses the content of the HttpRequest object's Form property.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1