标签: silverlight-4.0
我想使用这段代码,但它只删除了mozilla浏览器上的缓存。我想将它用于IE
Response.Cache.SetExpires(DateTime.UtcNow.AddMinutes(-1)); Response.Cache.SetCacheability(HttpCacheability.NoCache); Response.Cache.SetNoStore();