Uri.Combine
Syntax
Uri.Combine(baseUri as text, relativeUri as text) as text
About
Returns an absolute URI that is the combination of the input baseUri
and relativeUri
.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Uri.Combine(baseUri as text, relativeUri as text) as text
Returns an absolute URI that is the combination of the input baseUri
and relativeUri
.