ServiceFilterAttribute<TFilter> 클래스

정의

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

public class ServiceFilterAttribute<TFilter> : Microsoft.AspNetCore.Mvc.ServiceFilterAttribute where TFilter : IFilterMetadata
type ServiceFilterAttribute<'Filter (requires 'Filter :> IFilterMetadata)> = class
    inherit ServiceFilterAttribute
Public Class ServiceFilterAttribute(Of TFilter)
Inherits ServiceFilterAttribute

형식 매개 변수

TFilter

Type 찾을 필터의 입니다.

상속
ServiceFilterAttribute<TFilter>

생성자

ServiceFilterAttribute<TFilter>()

ServiceFilterAttribute instance 인스턴스화합니다.

속성

IsReusable

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

(다음에서 상속됨 ServiceFilterAttribute)
Order

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

(다음에서 상속됨 ServiceFilterAttribute)
ServiceType

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

(다음에서 상속됨 ServiceFilterAttribute)

메서드

CreateInstance(IServiceProvider)

실행 필터의 instance 만듭니다.

(다음에서 상속됨 ServiceFilterAttribute)

적용 대상