使用 WebForms 进行依赖注入(构造函数)?
ASP.NET 4.0 可以实现这一点吗?在 3.5 中则不然。
如果仍然不可能,有人尝试过使用像LinFu这样的框架进行注入吗?
更新
我特别询问 ASP.Net webfroms 中的构造函数注入。在 3.5 中这是不可能的。
Is this possible with ASP.NET 4.0? In 3.5 it was not.
If it still is not possible has anyone tried injection with a framework like LinFu?
Update
I'm specifically asking about constructor inject in ASP.Net webfroms. In 3.5 it was not possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
System.Web.IHttpHandlerFactory 会是你在找什么?
Would System.Web.IHttpHandlerFactory be what you're looking for?
ASP.Net 4.0 中没有添加任何新内容来启用构造函数注入。
Nothing new was added in ASP.Net 4.0 to enable constructor injection.