次の方法で共有


UriExtensions.TryReadQueryAs Method

Include Protected Members
Include Inherited Members

Reads HTML form URL encoded data provided in the URI query string as an object of a specified type.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member TryReadQueryAs<T>(Uri, T%) Reads HTML form URL encoded data provided in the URI query string as an object of a specified type.
Public methodStatic member TryReadQueryAs(Uri, Type, Object%) Reads HTML form URL encoded data provided in the URI query string as an object of a specified type.

Top

See Also

Reference

UriExtensions Class

System.Net.Http Namespace