设置页面缓存在浏览器中的失效日期或时间
代码:
<%Response.ExpiresAbsolute=#May 05,2001 05:30:30#
%>
<!DOCTYPE html>
<html>
<body>
<p>This page will expire on May 05, 2001 05:30:30!</p>
</body>
</html>
结果:
This page will expire on May 05, 2001 05:30:30!
相关文章
- ASP Cookies
- ASP 使用 CDOSYS 发送电子邮件
- ASP AtEndOfLine 属性
- ASP ReadAll 方法
- ASP Skip 方法
- ASP ParentFolder 属性
- ASP Type 属性
- ASP Remove 方法
- ASP Buffer 属性
- ASP CacheControl 属性
- ASP Charset 属性
- ASP Expires 属性
- ASP TotalBytes 属性
- ASP Lock 和 Unlock 方法
- ASP Session_OnStart 和 Session_OnEnd 事件
- ASP MapPath 方法
- ASP GetDrive 方法
- ASP.NET HtmlTableCell 控件
- ASP.NET Items 属性
- ASP.NET ValidationGroup 属性