MiddlewareFilterAttribute(Type) 생성자

정의

MiddlewareFilterAttribute의 새 인스턴스를 인스턴스화합니다.

public:
 MiddlewareFilterAttribute(Type ^ configurationType);
public MiddlewareFilterAttribute (Type configurationType);
new Microsoft.AspNetCore.Mvc.MiddlewareFilterAttribute : Type -> Microsoft.AspNetCore.Mvc.MiddlewareFilterAttribute
Public Sub New (configurationType As Type)

매개 변수

configurationType
Type

미들웨어 파이프라인을 구성하는 형식입니다.

적용 대상