开发者

Disable caching on the client side in ASP.NET

Can you disable caching on the clien开发者_如何学编程t side in a HttpHandler but enabling it on the server side?


Response.Cache.SetCacheability(HttpCacheability.NoCache) ;
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜