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

配置中间件管道的类型。

适用于