标签:amp index http mapr option 规则 param c# new
1、初步接触mvc 路由
routes.MapRoute(
"CM",
"CM/{controller}/{action}/{id}/",
new { controller = "Home", action = "Index", id = UrlParameter.Optional }
);
匹配: http://www.example.com/CM/{controller}/{action}/{id}
标签:amp index http mapr option 规则 param c# new
原文地址:http://www.cnblogs.com/jicheng/p/6411075.html