摘要:
项目中httpModules应用:WapModule.cs:public class WapModule:IHttpModule{ public void Init(HttpApplication context) { context.BeginRequest += new EventHandler(context_BeginRequest); } // 处理BeginRequest 事件的实际代码 void context_BeginRequest(object sender, EventArgs e) ... 阅读全文
posted @ 2013-07-09 17:23
昊仔
阅读(216)
评论(0)
推荐(0)

浙公网安备 33010602011771号