HTTP处理程序(HttpHandler)实现了扩展(ISAPI Extention)的功能,它处理请求(Request)的信息和发送响应(Response),最常用的事件有void ProcessRequest(Http...
基于66个网页-相关网页
当要求达到HttpModule的时辰,系统还没有对这个要求真正措置,可是我们可以在这个要求传递处措置中间(HttpHandler)之前附加一些其它信息,或截获的┞封个要求并作一些额外的工作,也或终止要求等。
基于24个网页-相关网页
其实,道理很简单,经由过程高机能的紧缩算法,在一般处理惩罚法度(HttpHandler)对进行紧缩处理惩罚,路径则直接指向HttpHandler,将路径、须要紧缩的宽高等参数传进去,实现动态紧缩。
基于12个网页-相关网页
The preferred method is to use a HttpHandler because it is lighter than an ASPX page.
更好的方法是使用HttpHandler,它比aspx页面更轻量级。
This includes using a HttpHandler as the upload page (lighter than using an ASPX page), using forms based authentication, and using sessions.
包括使用HttpHandler作为上传页面(比使用aspx页面更轻量级),使用需要权限验证的页面,使用sessiongs。
To make things working, we need to add a section for the ScriptHandlerFactory HttpHandler using the following code snippet under the <system.web> section
我们还需要在<system.web>节点下添加如下代码段,以完成对ScriptHanlerFactory的应用。
应用推荐