UriExtensions Class
Contains extension methods to allow strongly typed objects to be read from the query component of Uri instances.
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | ParseQueryString(Uri^) | Parses the query portion of the specified URI. |
![]() ![]() | TryReadQueryAs(Uri^, Type^, Object^) | Reads HTML form URL encoded data provided in the URI query string as an object of a specified type. |
![]() ![]() | TryReadQueryAs<T>(Uri^, T) | Reads HTML form URL encoded data provided in the URI query string as an object of a specified type. |
![]() ![]() | TryReadQueryAsJson(Uri^, JObject^) | Reads HTML form URL encoded data provided in the Uri query component as a JObject object. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

