ServiceFilterAttribute(Type) 构造函数

定义

实例化新 ServiceFilterAttribute 实例。

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 查找的筛选器的 。

适用于