如何在Silverlight 4.0上清除缓存?

时间:2011-04-29 13:32:36

标签: silverlight-4.0

我想使用这段代码,但它只删除了mozilla浏览器上的缓存。我想将它用于IE

Response.Cache.SetExpires(DateTime.UtcNow.AddMinutes(-1));  Response.Cache.SetCacheability(HttpCacheability.NoCache);  Response.Cache.SetNoStore();

0 个答案:

没有答案