9
Shouts

ASP.NET MVC 3: Global action filters

published 1012 days, 3 hours, 40 minutes ago posted by gpeipmangpeipman 1013 days, 18 hours, 57 minutes ago
Monday, August 16, 2010 12:52:46 PM GMT Saturday, August 14, 2010 9:35:23 PM GMT

ASP.NET MVC 3 supports global action filters. Global action filters are applied to all actions in web application. By example, you can use global action filters for common security checks. In this posting I will show you how to write dummy action filter, register it as global and test it.

category: Web Dev | clicked: 2 | | source: weblogs.asp.net | show counter code
tags: MVC, ASP.NET

4 comments posted.

To post your comment please login or signup