Compartilhar via


ServiceFilterAttribute(Type) Construtor

Definição

Instancia uma nova ServiceFilterAttribute instância.

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

Parâmetros

type
Type

O Type do filtro a ser encontrado.

Aplica-se a