Yes,you can hide parameters 1) you have to write one method to get this parameters public ActionResult GetId(int id=0) {TempData["id"] = id; ...
確定! 回上一頁