摘要: public override void RegisterArea(AreaRegistrationContext context) { context.MapRoute( "m_default", "m/{controller}/{action}/{id}", //设置区域下的默认的跳转 new 阅读全文
posted @ 2017-08-19 17:37 小河vlog 阅读(264) 评论(0) 推荐(0) 编辑
摘要: public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); routes.MapRoute( name: "Default", url: " 阅读全文
posted @ 2017-08-19 17:33 小河vlog 阅读(1207) 评论(2) 推荐(0) 编辑