NavigationManager.NotifyLocationChangingAsync(String, String, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
通知目前位置變更的已註冊處理常式。
protected System.Threading.Tasks.ValueTask<bool> NotifyLocationChangingAsync (string uri, string? state, bool isNavigationIntercepted);
member this.NotifyLocationChangingAsync : string * string * bool -> System.Threading.Tasks.ValueTask<bool>
Protected Function NotifyLocationChangingAsync (uri As String, state As String, isNavigationIntercepted As Boolean) As ValueTask(Of Boolean)
參數
- uri
- String
目的地 URI。 這可以是絕對或相對於基底 URI。
- state
- String
與目標歷程記錄專案相關聯的狀態。
- isNavigationIntercepted
- Boolean
是否從連結攔截此流覽。
傳回
, ValueTask<TResult> 表示作業完成。 如果結果為 true
,則導覽應該會繼續。