MvcFilter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public abstract class MvcFilter : System.Web.Mvc.IMvcFilter
type MvcFilter = class
interface IMvcFilter
Public MustInherit Class MvcFilter
Implements IMvcFilter
- Inheritance
-
MvcFilter
- Implements
Constructors
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. |
Properties
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. |