How do I use Unity for dependency injection into ValidationFilters?

I know how to add dependencies to Action Filters, but I cannot figure out how to do the same with validation filters. Is there an equivalent to ActionInvoker that I can connect to?

+2


a source to share





All Articles