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.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
For more information about ASP.NET MVC filters, see .
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.jpeg?cs-save-lang=1&cs-lang=csharp)
.jpeg?cs-save-lang=1&cs-lang=csharp)
.jpeg?cs-save-lang=1&cs-lang=csharp)