摘要: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Refer to http://www. 阅读全文
posted @ 2012-09-17 16:48 webglcn 阅读(204) 评论(0) 推荐(0)
摘要: public void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); routes.MapRoute( "Default", // Route name "{controller}/{action}/{id}", // URL w/ params new { controller="Home",... 阅读全文
posted @ 2012-09-17 10:26 webglcn 阅读(178) 评论(0) 推荐(0)