自定义处理页面请求
摘要:
主要是继承IHttpModule和IHttpHandler来重写其 中的方法,IhttpModule 中重写其Init方法及各种请示过程事件和Dispose方法 using System.Web; using System; namespace CustomerHttpModules { /**////... 阅读全文
posted @ 2004-12-28 20:38 猫 阅读(1394) 评论(3) 推荐(0) 编辑