ServiceFilterAttribute(Type) Constructor

Definition

Instantiates a new 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)

Parameters

type
Type

The Type of filter to find.

Applies to