Uri.CombineUri(String) Method

Definition

Adds the specified Uniform Resource Identifier (URI) to the current Uri.

public:
 virtual Uri ^ CombineUri(Platform::String ^ relativeUri) = CombineUri;
Uri CombineUri(winrt::hstring const& relativeUri);
public System.Uri CombineUri(string relativeUri);
function combineUri(relativeUri)
Public Function CombineUri (relativeUri As String) As Uri

Parameters

relativeUri
String

Platform::String

winrt::hstring

A relative Uniform Resource Identifier (URI) specified as a string. This relative path is evaluated using the host/authority of the Uri instance where this method is called.

Returns

The combined Uri value.

Applies to