httpmodules httphandlers, whats the ideal use of them? when to use and when not to use?

前端 未结 6 912
清酒与你
清酒与你 2021-02-04 13:36

I have some questions about httpmodules and httphandlers, i am a little confused of the real need of them, i created many websites, but rarely used them, sure i lost a benefit f

6条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-04 14:25

    Have you found yourself writing code in an ASPX Page_Load event to emit something to the response and then calling Response.End? That was likely best written as a HttpHandler (ashx).

提交回复
热议问题