Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这样的课:
class Test { public Test(HttpContextBase httpContext) { } }
我想通过 Spring.net 配置将 HttpContext 注入这个类。
我应该怎么办?
我使用 spring.net 表达式属性解决了它。