TypeFilterAttribute(Type) Konstruktor

Definition

Instanziiert eine neue 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)

Parameter

type
Type

Der Type des zu erstellenden Filters.

Gilt für: