ASP.NET MVC Action Filters project started at codeproject
Posted by: ASP.NET Announcements,
on 27 Apr 2009 |
View original | Bookmarked: 0 time(s)
I created a new project at codeplex which aims to contain a big collection of ASP.NET MVC Action Filters.
An action filter is an attribute you can slap on an action method in order to run some code before and after the action method executes. Typically, an action filter represents a cross-cutting concern to your action method. Output caching is a good example of a cross-cutting concern.
Hopefully a lot of people will provide their own Action Filters to create one big library which contains dozens...