IAlwaysRunResultFilter 인터페이스

정의

모든 작업 결과의 실행을 둘러싸는 필터입니다.

public interface class IAlwaysRunResultFilter : Microsoft::AspNetCore::Mvc::Filters::IResultFilter
public interface IAlwaysRunResultFilter : Microsoft.AspNetCore.Mvc.Filters.IResultFilter
type IAlwaysRunResultFilter = interface
    interface IResultFilter
    interface IFilterMetadata
type IAlwaysRunResultFilter = interface
    interface IFilterMetadata
    interface IResultFilter
Public Interface IAlwaysRunResultFilter
Implements IResultFilter
구현

설명

인터페이스는 IAlwaysRunResultFilter 모든 작업 결과에 대해 실행해야 하는 구현을 선언 IResultFilter 합니다. .

IResultFilter 권한 부여 필터 또는 리소스 필터가 작업 실행을 방지하기 위해 요청을 단락하는 경우 및 IAsyncResultFilter 인스턴스가 실행되지 않습니다. IResultFilterIAsyncResultFilter 구현은 예외 필터가 작업 결과를 생성하여 예외를 처리하는 경우에도 실행되지 않습니다.

메서드

OnResultExecuted(ResultExecutedContext)

작업 결과가 실행된 후 호출됩니다.

(다음에서 상속됨 IResultFilter)
OnResultExecuting(ResultExecutingContext)

작업 결과가 실행되기 전에 호출됩니다.

(다음에서 상속됨 IResultFilter)

적용 대상