ASP.NET MVC 3 Global and Dynamic Action Filters
Summary
Summary
By completing this Hands-On Lab you have learned how to use Global Action Filters:
Applying MVC Filter model
Reusing ActionLogAttribute filter
Using RegisterGlobalFilters
Using IFilterProvider
Implementing and using ActionLogFilterProvider