ServiceFilterAttribute(Type) 생성자

정의

ServiceFilterAttribute instance 인스턴스화합니다.

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

매개 변수

type
Type

Type 찾을 필터의 입니다.

적용 대상