文章分类 -  ASP.NET MVC

摘要:The annual Build conference announced and showcased many exciting innovations from Microsoft, but what interests us the most is the latest version of MVC.Many of the changes to MVC4 are trying to make it more mobile friendly. As can be seen fromPhilHaack’spresentation at Build, MVC now hasjQueryMobi 阅读全文
posted @ 2011-11-20 21:06 lisknove 阅读(629) 评论(0) 推荐(0)
摘要:One of the major benefits of ASP.NET MVC is that it allows us truly dynamic URLs via its Routing system. We could declare a new Route like this:routes.MapRoute( "ArticleDetails", // Route name "Article/{id}/{title}", new { controller = "Article", action = "Details& 阅读全文
posted @ 2011-11-20 20:49 lisknove 阅读(440) 评论(0) 推荐(1)