You can pass the id as part of the routeValues parameter of the RedirectToAction() method. return RedirectToAction("Action", new { id = 99 });.
確定! 回上一頁