10 2009 档案

摘要: Controller(HomeController): public ActionResult Index() { ViewData["Message"] = "Welcome to ASP.NET MVC!"; return View(); } [ValidateInput(false)] public ActionResult Submit(string...阅读全文
posted @ 2009-10-30 17:09 重典 阅读(1234) | 评论 (2) 编辑