NavigatingCancelEventArgs.Uri 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得要巡覽之內容的統一資源識別項 (URI)。
public:
property Uri ^ Uri { Uri ^ get(); };
public Uri Uri { get; }
member this.Uri : Uri
Public ReadOnly Property Uri As Uri
屬性值
正要巡覽之內容的 Uri。 如果巡覽至物件,則 Uri 是 null
。
備註
您可以使用統一資源識別項流覽至內容, (URI) 或 物件。 巡覽至 URI 時,會在呼叫 NavigationService.Navigate 和 NavigationService.Navigate 時發生, Uri 其中包含所巡覽之內容的 URI。 此外, Content 屬性將會是 null
。