Share via


MiddlewareFilterAttribute(Type) Constructeur

Définition

Instancie une nouvelle instance de 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)

Paramètres

configurationType
Type

Type qui configure un pipeline d’intergiciels.

S’applique à