HtmlFormParameterReader::Read Method (HttpRequest^)
.NET Framework (current version)
Reads name-value pairs into Web method parameter values.
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- request
-
Type:
System.Web::HttpRequest^
An HttpRequest object containing HTML name-value pairs encoded in the body of an HTTP request.
The Read method uses the content of the HttpRequest object's Form property.
.NET Framework
Available since 1.1
Available since 1.1
Show: