摘要:
首先我们新建一个类库命名为Module,然后新建一个类命名为UrlRewriteModule 并且实现IHttpHandler接口代码如下public class UrlRewriteModule:IHttpModule { public void Dispose() { throw new NotImplementedException(); } public void Init(HttpApplication context) { throw new NotImpleme... 阅读全文
posted @ 2012-06-22 10:30
WlitSoft
阅读(2380)
评论(4)
推荐(1)


浙公网安备 33010602011771号