ViewBag,與ViewData相似,不同在於型別是dynamic object(動態物件),使用上較方便不用特意轉型, ... public ActionResult Details(int? id) { if (TempData["Time"]!
確定! 回上一頁