0

I have a class like this:

class Test
{
    public Test(HttpContextBase httpContext) { }
}

I want to inject HttpContext to this class by Spring.net config.

What should I do?

JamesHe
  • 1
  • 1

1 Answers1

0

I solved it using spring.net expression property.

JamesHe
  • 1
  • 1
  • Nice you've solved it for yourself! Could you please, extend your answer with more details? If you think it could help others – Radim Köhler Jun 09 '13 at 06:41