ServiceFilterAttribute(Type) Konstruktor

Definition

Instanziiert eine neue ServiceFilterAttribute instance.

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

Parameter

type
Type

Die Type des zu suchenden Filters.

Gilt für: