다음을 통해 공유


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면 탐색이 계속되어야 합니다.

적용 대상