Http Modules and HttpHandler
1, HTTPModule: It's just like a filter. The Modules are called before and after the handler executes. For example: BeginRequest, AuthenticationRequest event, EndRequest event etc. You may intercept , participate and modify each request. Modules implement the IHttpMudule interface located in the System.Web.System. 2, HTTPHandler: You may think it as a program.(or handler, or module), it execute some code when the user send some request. An .aspx page can be thought as a HTTPHandler too, which implements more functions.Http Modules and HttpHandler
0 Response to "Http Modules and HttpHandler"
Post a Comment