NavigationManager.RegisterLocationChangingHandler 메서드

정의

들어오는 탐색 이벤트를 처리하기 위해 처리기를 등록합니다.

public IDisposable RegisterLocationChangingHandler (Func<Microsoft.AspNetCore.Components.Routing.LocationChangingContext,System.Threading.Tasks.ValueTask> locationChangingHandler);
member this.RegisterLocationChangingHandler : Func<Microsoft.AspNetCore.Components.Routing.LocationChangingContext, System.Threading.Tasks.ValueTask> -> IDisposable
Public Function RegisterLocationChangingHandler (locationChangingHandler As Func(Of LocationChangingContext, ValueTask)) As IDisposable

매개 변수

locationChangingHandler
Func<LocationChangingContext,ValueTask>

들어오는 탐색 이벤트를 처리하는 처리기입니다.

반환

IDisposable 위치 변경 처리기를 등록 취소하기 위해 삭제할 수 있는 입니다.

적용 대상