c1.aspx 239 B

12345678
  1. <% @Page Language="C#" %>
  2. <%
  3. // Response.Cache.SetNoServerCaching ();
  4. // Response.Cache.SetCacheability (HttpCacheability.Server);
  5. // Response.Write (Response.CacheControl);
  6. Response.Cache.SetCacheability (HttpCacheability.NoCache);
  7. %>