2015年7月21日

MVC传统路由的理解

摘要: RouteConfig.cspublic static void RegisterRoutes(RouteCollection routes) { //注释掉系统生成的代码后,自定义路由。 //routes.MapMvcAttributeRo... 阅读全文

posted @ 2015-07-21 23:55 程序猿_frank 阅读(1170) 评论(0) 推荐(0)

导航