回上一頁並重新整理的方法

摘要:test

Response.Buffer = true;
Response.Expires = 0;
Response.ExpiresAbsolute = DateTime.Now.AddSeconds(-1);
Response.CacheControl = "no-cache";       
Response.Cache.SetNoStore();  // for firefox、chrome