自定义处理页面请求
摘要: 主要是继承IHttpModule和IHttpHandler来重写其 中的方法,IhttpModule 中重写其Init方法及各种请示过程事件和Dispose方法 using System.Web; using System; namespace CustomerHttpModules { /**////...阅读全文
posted @ 2004-12-28 20:38 猫 阅读(1134) | 评论 (3) 编辑
菩提本无树,明镜亦非台,本来无一物,何处惹尘埃
posted @ 2004-12-28 20:38 猫 阅读(1134) | 评论 (3) 编辑
posted @ 2004-12-23 19:25 猫 阅读(999) | 评论 (0) 编辑
posted @ 2004-12-23 19:21 猫 阅读(855) | 评论 (1) 编辑