摘要:
View Code 截获请求代码⒈要重写,首先是截获url请求,然后分析当时的url,最后跳转到相应的页面.所以我们第一步是要截获url请求.为此新建一个类库叫URL,在该类库中引用URLRewriter.dll.新建一个类myrewritter.cs,代码如下namespace URL{public class myrewritter : URLRewriter.BaseModuleRewriter{protected override void Rewrite(string requestedPath,HttpApplication app){if (requestedPath.Conta 阅读全文