What is the use of action filters in an MVC application?
7647
19-May-2012
Updated on 15-Sep-2020
Anonymous User
19-May-2012Action Filters allow us to add pre-action and post-action behavior to controller action methods.. An action filter is an attribute that you can apply to a controller action -- or an entire controller -- that modifies the way in which the action is executed. The ASP.NET MVC framework includes several action filters: