ASPDotNet MVC Filters
ASPDotNet MVC Filters
Types of Filters
The ASP.NET MVC framework supports four different types of filters −
Filters are executed in the order listed above. For example, authorization filters
are always executed before action filters and exception filters are always executed
after every other type of filter.