IActionFilter 인터페이스

정의

동작 실행을 둘러싸는 필터입니다.

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

메서드

OnActionExecuted(ActionExecutedContext)

작업이 실행된 후 작업 결과 전에 호출됩니다.

OnActionExecuting(ActionExecutingContext)

모델 바인딩이 완료된 후 작업이 실행되기 전에 호출됩니다.

적용 대상