Condividi tramite


ServiceFilterAttribute(Type) Costruttore

Definizione

Crea un'istanza di una nuova ServiceFilterAttribute istanza.

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

Parametri

type
Type

Oggetto Type del filtro da trovare.

Si applica a