К основному контенту

Cancel cancel caching for Opera, Firefox, IE and all other ASP.NET

Response.Cache.SetNoStore();
Response.Cache.SetAllowResponseInBrowserHistory(false);
Response.Cache.SetNoServerCaching();
Response.Cache.SetCacheability(HttpCacheability.NoCache);

Комментарии

Популярные сообщения из этого блога