http://www.cnblogs.com/youring2/archive/2011/07/22/2113595.html asp.net 4.0中提供了Routing 的支持.通过使用routing技术,我们可以方便的构建出友好的url,即能方便用户理解,又能做到SEO的优化. 1.在Global中注册路由表 void Application_Start(object sender, EventArgs e) { // 在应用程序启动时运行的代码 this.RegisterRoutes(R…