Articles : Page 1 of 1
- Filter:
- Model
- BestPractise
-
ActionFilter Overkill
Jul 1002We've seen not one, but two posts this week where we used an ActionFilter as the solution to a problem. ActionFilters are powerful. ActionFilters can inspect and modify action parameters and action results. They can cover almost any cross-cutting concern in ASP.NET MVC: caching, security, auditing, etc. But, should you use them everywhere?...
- 1

