Share via


MiddlewareFilterAttribute(Type) Konstruktor

Definice

Vytvoří instanci nové instance objektu 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)

Parametry

configurationType
Type

Typ, který konfiguruje kanál middlewaru.

Platí pro