Skip to main content

Uri.Combine

Returns an absolute URI that is the combination of the input base URI and relative URI.

Syntax​

Uri.Combine(
baseUri as text,
relativeUri as text
) as text

Remarks​

Returns an absolute URI that is the combination of the input baseUri and relativeUri.

Category​

Uri