<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.5" />
UriExtensions
Extension methods to allow strongly typed objects to be read from the query component of
Uri instances.
Parses the query portion of the specified
Uri.
Reads HTML form URL encoded data provided in the
Uri query component as an
Object of the given
type.
Reads HTML form URL encoded data provided in the
Uri query component as an
Object of type
T.
Reads HTML form URL encoded data provided in the
Uri query component as a
JObject object.