IAsyncPageFilter 인터페이스

정의

페이지 처리기 메서드의 실행을 비동기적으로 둘러싸는 필터입니다. 이 필터는 개별 처리기 메서드가 아닌 처리기의 형식에서 데코레이팅된 경우에만 실행됩니다.

public interface class IAsyncPageFilter : Microsoft::AspNetCore::Mvc::Filters::IFilterMetadata
public interface IAsyncPageFilter : Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata
type IAsyncPageFilter = interface
    interface IFilterMetadata
Public Interface IAsyncPageFilter
Implements IFilterMetadata
파생
구현

메서드

OnPageHandlerExecutionAsync(PageHandlerExecutingContext, PageHandlerExecutionDelegate)

모델 바인딩이 완료된 후 처리기 메서드가 호출되기 전에 비동기적으로 호출됩니다.

OnPageHandlerSelectionAsync(PageHandlerSelectedContext)

처리기 메서드를 선택한 후 모델 바인딩이 발생하기 전에 비동기적으로 호출됩니다.

적용 대상