What is the use of action filters in an MVC application?
Action Filtersallow usto 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:
Post:30
Points:150What is the use of action filters in an MVC application?
Action 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: