摘要: Controllers and Routers in ASP.NET MVC 3 ambilykk, 3 May 2011 CPOL 4.79 (23 votes) Rate: vote 1vote 2vote 3vote 4vote 5 A deeper look into the two pillars of ASP.NET MVC – Routers and Controllers. ... 阅读全文
posted @ 2014-10-15 15:38 h.yl 阅读(155) 评论(0) 推荐(0)
摘要: 1. 返回ViewResult public ActionResult Index() { ViewData["Message"] = "Welcome to asp.net MVC!"; return View(); } public ActionResult Index(){ ViewData["Message"] = "Welcome to ASP.N... 阅读全文
posted @ 2014-10-15 13:12 h.yl 阅读(199) 评论(0) 推荐(0)