Поделиться через


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

Тип, который настраивает конвейер ПО промежуточного слоя.

Применяется к