Uri.CombineUri Method

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

Syntax

public:
Uri^ CombineUri(
         String^ relativeUri
)  

Parameters

relativeUri
Type: String 

  A relative Uniform Resource Identifier (URI).

Return value

Type: Uri 

  The combined Uniform Resource Identifier (URI).

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

Uri Class

Uri Members

Windows.Foundation Namespace