if (!TempData.ContainsKey("ErrorMessage")) {檢查是否有"ErrorMessage"這個 key return new EmptyResult(); }不回傳任何東西 TempData.Keep();指示系統保留 TempData ...
確定! 回上一頁