08 2017 档案

摘要:以下代码经过测试 没有问题 且可以循环滑动 <!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head> <meta name="renderer" content="webkit"> <meta http-equiv="X-UA- 阅读全文
posted @ 2017-08-20 20:13 小河vlog 阅读(4205) 评论(0) 推荐(0)
摘要:public override void RegisterArea(AreaRegistrationContext context) { context.MapRoute( "m_default", "m/{controller}/{action}/{id}", //设置区域下的默认的跳转 new 阅读全文
posted @ 2017-08-19 17:37 小河vlog 阅读(272) 评论(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 阅读(1229) 评论(2) 推荐(0)