編集:質問を明確にするために言い換えます
Uri(Uri、uri)コンストラクターの動作を理解しようとしています。
new Uri(new Uri("http://mydomain.com/some/path"), new Uri("/another/path"))
次の結果が得られます。
"http://mydomain.com/another/path"
しかし、作成ルールが何であるかを明確に説明しているドキュメントは見つかりません。言い換えれば、私が次のものを決して得ないことが保証されていますか?
"http://mydomain.com/some/path/another/path"
2番目のパラメーターとして使用しない限り:
new Uri("another/path")