Share via


TypeFilterAttribute(Type) Construtor

Definição

Instancia uma nova TypeFilterAttribute instância.

public:
 TypeFilterAttribute(Type ^ type);
public TypeFilterAttribute (Type type);
new Microsoft.AspNetCore.Mvc.TypeFilterAttribute : Type -> Microsoft.AspNetCore.Mvc.TypeFilterAttribute
Public Sub New (type As Type)

Parâmetros

type
Type

O Type do filtro a ser criado.

Aplica-se a