ASP.NET MVC 4 Custom Action Filters #2
Exercise 2: Managing Multiple Action Filters In this exercise you will add a second Custom Action Filter to the StoreController class and define the specific order in which both filters will be executed. Then you will update the code to register the filter Globally. There are different options to take into account when defining…