MiddlewareFilterAttribute 클래스
정의
에서 제공 하는 미들웨어 파이프라인을 실행 ConfigurationType 합니다. 미들웨어 파이프라인은 비동기 리소스 필터로 처리 됩니다.
public ref class MiddlewareFilterAttribute : Attribute, Microsoft::AspNetCore::Mvc::Filters::IFilterFactory, Microsoft::AspNetCore::Mvc::Filters::IOrderedFilter
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
public class MiddlewareFilterAttribute : Attribute, Microsoft.AspNetCore.Mvc.Filters.IFilterFactory, Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
type MiddlewareFilterAttribute = class
inherit Attribute
interface IFilterFactory
interface IFilterMetadata
interface IOrderedFilter
Public Class MiddlewareFilterAttribute
Inherits Attribute
Implements IFilterFactory, IOrderedFilter
- 상속
-
MiddlewareFilterAttribute
- 특성
- 구현
생성자
MiddlewareFilterAttribute(Type) |
MiddlewareFilterAttribute의 새 인스턴스를 인스턴스화합니다. |
속성
ConfigurationType |
미들웨어 파이프라인을 구성 하는 형식입니다. |
IsReusable | |
Order |
메서드
CreateInstance(IServiceProvider) |
실행 가능 필터의 인스턴스를 만듭니다. |