web站下有 a.html.调转b.html时候我想把过滤一下调转到c.html,能实现么?Global.asax 不好用
httpmodule
试试在 web.config 中添加下面的配置,这样可以在 Global.asax 中拦截 .html 的请求
<modules runAllManagedModulesForAllRequests="true" />
谢谢哈,我解决了方法是httpmodule 、
都是html页? 直接用js重定向试试 window.local.href="url"