public ActionResult GetPart(string Part) { UnsavedPartInfo.PartNumber = Part; return RedirectToAction("InsertNewRecord", "Create"); }
確定! 回上一頁