ServiceFilterAttribute(Type) Konstruktor

Definice

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

Parametry

type
Type

Filtr Type of, který chcete najít.

Platí pro