学院首页>网络编程>ASP>Asp Object 之:CacheControl

Asp Object 之:CacheControl

作者: 来源: 添加时间:2006-5-21 18:48:58

CacheControl

CacheControl 属性忽略 Private 默认值。当你设置其属性为 Public 时, 代理服务器可以缓冲由 ASP 产生的输出。

语法

Response.CacheControl [= Cache Control Header ] 

参数

Cache control Header
缓冲存储器控制标题可以是 Public 或 Private。

应用于

Response 对象

站内搜索