ASP.NET MVC3 + ActionFilterAttribute + Injection?
Hey there, I’ve succesfull been able to use property injection in my FilterAttribute, however I’m wondering whether its possible to move it into the constructor instead?
Hey there, I’ve succesfull been able to use property injection in my FilterAttribute, however I’m wondering whether its possible to move it into the constructor instead?