A short guide on using ASP.NET MVC ActionFilters to intercept and modify the model returned from an action method. Covers creating a custom filter by inheriting from ActionFilterAttribute, overriding OnActionExecuted to alter outgoing model values, registering the filter globally via FilterConfig, and using OnActionExecuting to modify incoming action parameters.
1 Impression