public ActionResult Index(FormCollection form) { var Name = form["字段名"]; YTTXDbContext db = new YTTXDbContext(); return View(); }