Share Tweet ActionFilters in ASP.NET MVC are great. You can now easily share logic between controllers without having to inherit from a base controller, that does the common work. I have a content heavy application that supports a set of layouts. …
May 15, 2012 | Posted in ASP.NET MVC, Unit testing | Tagged ActionFilters, ASP.NET MVC, Unit testing

