UrlParameterReader::Read Method (HttpRequest^)
.NET Framework (current version)
Reads name/value pairs encoded in the query string of an HTTP request into Web method parameter values.
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- request
-
Type:
System.Web::HttpRequest^
A WebResponse objectcontaining HTML URL-encoded name/value pairs.
The Read method uses the content of the HttpRequest object's QueryString property.
.NET Framework
Available since 1.1
Available since 1.1
Show: