如標題
轉載 https://dotblogs.com.tw/willsublog/2018/06/04/003337 內容
主要是在 page load 加上這幾行即可
HttpContext.Current.Response.Cache.SetCacheability(HttpCacheability.NoCache);
HttpContext.Current.Response.Cache.SetNoServerCaching();
HttpContext.Current.Response.Cache.SetNoStore();
以上文章僅用紀錄資料使用.....