SasQueryBuilder.AddToUri(Uri) Method

Definition

Adds a query parameter to a URI.

public override Uri AddToUri (Uri uri);
override this.AddToUri : Uri -> Uri
Public Overrides Function AddToUri (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