1
這裏是在Default.aspx的如何在Firefox中刷新緩存?
Response.Cache.SetExpires(DateTime.UtcNow.AddMinutes(-1));
Response.Cache.SetCacheability(HttpCacheability.NoCache);
Response.Cache.SetNoStore();
我的代碼行但是,Firefox不work.How可以在Firefox中我清空緩存?順便說一句,我使用Silverlight。
在此先感謝。
有什麼建議嗎? – Arbelac 2011-05-02 13:31:11