Compartir a través de


TypeFilterAttribute(Type) Constructor

Definición

Crea una instancia de una nueva TypeFilterAttribute instancia.

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

Type de filtro que se va a crear.

Se aplica a