Share via


TypeFilterAttribute(Type) Konstruktor

Definice

Vytvoří instanci nové 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)

Parametry

type
Type

Filtr Type of, který chcete vytvořit.

Platí pro