共用方式為


NavigatingCancelEventArgs.Uri 屬性

定義

取得要巡覽之內容的統一資源識別項 (URI)。

public:
 property Uri ^ Uri { Uri ^ get(); };
public Uri Uri { get; }
member this.Uri : Uri
Public ReadOnly Property Uri As Uri

屬性值

Uri

正要巡覽之內容的 Uri。 如果巡覽至物件,則 Urinull

備註

您可以使用統一資源識別項流覽至內容, (URI) 或 物件。 巡覽至 URI 時,會在呼叫 NavigationService.NavigateNavigationService.Navigate 時發生, Uri 其中包含所巡覽之內容的 URI。 此外, Content 屬性將會是 null

適用於