TypeFilterAttribute(Type) Constructor

Definition

Instantiates a new TypeFilterAttribute instance.

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

Parameters

type
Type

The Type of filter to create.

Applies to