共用方式為


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

設定中介軟體管線的類型。

適用於