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.NavigateUri 時,NavigationService.Navigate包含了所瀏覽內容的 URI。 此外,該 Content 財產將為 null。