.Net, C#, MVC, Filters

Passing in variables to custom Action Filters

Sometimes it is useful to have a reusable custom action filter, for example for checking user authorisation to access part of the application. I would