UriQueryBuilder.AddToUriCore(Uri) Method

Definition

Adds a query parameter to a URI.

protected Uri AddToUriCore (Uri uri);
member this.AddToUriCore : Uri -> Uri
Protected Function AddToUriCore (uri As Uri) As Uri

Parameters

uri
Uri

A Uri object containing the original URI, including any existing query parameters.

Returns

Uri

A Uri object with the new query parameter appended.

Applies to