メインコンテンツまでスキップ

Uri.Combine

入力ベース URI と相対 URI を組み合わせた絶対 URI を返します。

Syntax

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

Remarks

入力 baseUri と相対 relativeUri を組み合わせた絶対 URI を返します。

Category

Uri