开发者

Resolving dependencies in filters in MVC2

I'm using Unity as a I开发者_JS百科oC container in my MVC2 project, and I was wondering if there was a way to resolve property dependencies inside my filters from a class that extends the DefaultControllerFactory (I've resolved all of the dependencies in my controllers this way). I know I can resolve them by extending the ControllerActionInvoker, and creating a custom controller base, but then every controller would have to extend that base. I would like to avoid this if possible. Btw. the problem occurred while I was trying to modularize my project with portable areas, and I couldn't pass the unity's container instance across projects. (if anyone knows how to use Unity with portable areas that would help also :-)).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜