ServiceFilterAttribute(Type) Constructor

Definición

Crea una instancia de una nueva ServiceFilterAttribute instancia.

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

Parámetros

type
Type

Type de filtro que se va a buscar.

Se aplica a