Share via


Uri.Path 屬性

定義

取得統一資源識別項 (URI 的路徑和資源名稱元件,) 儲存在此 Uri 實例中。

public:
 property Platform::String ^ Path { Platform::String ^ get(); };
winrt::hstring Path();
public string Path { get; }
var string = uri.path;
Public ReadOnly Property Path As String

屬性值

String

Platform::String

winrt::hstring

路徑,包括資源名稱,以及包含延伸模組。 不包含查詢或片段。

適用於