Why can't you use dependency injection with an httphandler?

前端 未结 0 1247
醉梦人生
醉梦人生 2021-01-15 19:03

I have an httphandler like this:

public class MyProxy : IHttpHandler
{
    public MyProxy() { }

    public void ProcessRequest(HttpContext context)
    {
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题