Uri.CombineUri(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.