MVC/Unity - How to inject dependencies into custom FilterAttributes?
- by Scott
I Have a custom HandleErrorAttribute that extends FilterAttribute.
How can I have Unity inject dependencies into this attribute at the same time that it injects the controller's dependencies itself?