Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 286 Bytes

uri-combine.md

File metadata and controls

15 lines (11 loc) · 286 Bytes
description title
Learn more about: Uri.Combine
Uri.Combine

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.