Description In the MVC lifecyle ActionFilter execute just before the action is invoked. These filters are provided with the action context from which we can access and manipulate the controller context. In this example I will show how to access a service in an action filter, and add data in the ViewData that can beRead more