07 2013 档案
摘要:方法1:在asp.net服务器端页面中添加如下代码段(只是作用于某个特定的页面)方法2:在Global.asax.cs文件中的特定方法中加入如下代码段(作用于整个工程)protected void Application_BeginRequest(Object sender, EventArgs e) { HttpContext.Current.Response.Cache.SetNoStore(); }方法3:在服务器端页面对应的隐藏代码文件中加入如下代码段(作用于特定页面)Response.Buffer=true;Response.ExpiresAbsolute=System.DateT.
阅读全文

浙公网安备 33010602011771号