This documentation is archived and is not being maintained.
UrlParameterReader::Read Method
Visual Studio 2010
Reads name/value pairs encoded in the query string of an HTTP request into Web method parameter values.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Read(HttpRequest) | Reads name/value pairs encoded in the query string of an HTTP request into Web method parameter values. (Overrides MimeParameterReader::Read(HttpRequest).) |
|
Read(NameValueCollection) | Translates a collection of name/value pairs into an array of objects representing method parameter values. (Inherited from ValueCollectionParameterReader.) |
Show: