Help > Web Development > Reference > Scripting Objects > Response Object > CacheControl

Response.CacheControl Property

The CacheProperty allows you to set the HTTP Cache-Control header in the response.  See the HTTP/1.1 specification for details.

Syntax
Response.CacheControl = (string)

Parameters
string

Contains the cache control setting.


Applies To
Response Object