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 | |
---|---|---|
![]() ![]() |
TryReadQueryAs<T>(Uri, T%) | Reads HTML form URL encoded data provided in the URI query string as an object of a specified type. |
![]() ![]() |
TryReadQueryAs(Uri, Type, Object%) | Reads HTML form URL encoded data provided in the URI query string as an object of a specified type. |
Top