MvcFilter Class
When implemented in a derived class, provides a metadata class that contains a reference to the implementation of one or more of the filter interfaces, the filter's order, and the filter's scope.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The MvcFilter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | MvcFilter() | Initializes a new instance of the MvcFilter class. |
![]() | MvcFilter(Boolean, Int32) | Initializes a new instance of the MvcFilter class and specifies the order of filters and whether multiple filters are allowed. |
| Name | Description | |
|---|---|---|
![]() | AllowMultiple | Gets a value that indicates whether more than one instance of the filter attribute can be specified. |
![]() | Order | Gets a value that indicates the order in which a filter is applied. |
For more information about ASP.NET MVC filters, see Filtering in ASP.NET MVC.
Show:


