共用方式為


NavigationManager.NotifyLocationChangingAsync(String, String, Boolean) 方法

定義

通知目前位置變更的已註冊處理常式。

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 ,則導覽應該會繼續。

適用於