MiddlewareFilterAttribute(Type) Konstruktor

Definition

Instanziiert eine neue Instanz von 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)

Parameter

configurationType
Type

Ein Typ, der eine Middlewarepipeline konfiguriert.

Gilt für: