VS2010使用.net 4.0中的ASP.NET MVC 2 模板建立工程后无法提交HTML代码解决方案一则
Controller(HomeController):public ActionResult Index(){ ViewData["Message"]="Welcome to ASP.NET MVC!return View();}[ValidateInput(false)]public ActionResult Submit(string t1){ return Content(t1);} View(Home/Index.aspx...