ServiceFilterAttribute 클래스

정의

에서 다른 필터를 찾는 필터입니다 IServiceProvider.

public ref class ServiceFilterAttribute : 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 ServiceFilterAttribute : Attribute, Microsoft.AspNetCore.Mvc.Filters.IFilterFactory, Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
type ServiceFilterAttribute = class
    inherit Attribute
    interface IFilterFactory
    interface IFilterMetadata
    interface IOrderedFilter
Public Class ServiceFilterAttribute
Inherits Attribute
Implements IFilterFactory, IOrderedFilter
상속
ServiceFilterAttribute
파생
특성
구현

설명

주로 호출에 FilterCollection.AddService 사용됩니다.

둘 다 생성자 삽입을 TypeFilterAttribute 사용하는 의 입니다. 필터 자체가 서비스 자체가 아닌 경우 대신 를 사용합니다 TypeFilterAttribute .

생성자

ServiceFilterAttribute(Type)

ServiceFilterAttribute instance 인스턴스화합니다.

속성

IsReusable

의 결과를 CreateInstance(IServiceProvider) 요청 간에 재사용할 수 있는지를 나타내는 값을 가져옵니다.

Order

필터 실행 순서를 결정하는 순서 값을 가져옵니다. 필터는 속성의 오름차순 숫자 값으로 Order 실행됩니다.

ServiceType

Type 찾을 필터의 를 가져옵니다.

메서드

CreateInstance(IServiceProvider)

실행 필터의 instance 만듭니다.

적용 대상