文章分类 - 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
阅读全文
摘要: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&
阅读全文