Share via


TypeFilterAttribute(Type) Constructeur

Définition

Instancie une nouvelle TypeFilterAttribute instance.

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

Paramètres

type
Type

Type de filtre à créer.

S’applique à