Posts

Showing posts with the label Asp.net MVC Global Action Filters

Creating a Global Action Filter in asp.net MVC 3 and above

I Found a very nice and simple acticle of incorporating the Global Action filteres on your application. this acticle is as below. http://weblogs.asp.net/gunnarpeipman/archive/2010/08/15/asp-net-mvc-3-global-action-filters.aspx It also contains the source code required to try it out.