次の方法で共有


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、ナビゲーションを続行する必要があります。

適用対象