Click or drag to resize
ICacheSetCacheability Method
Sets the Cache-Control header to the specified HttpCacheability value.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
void SetCacheability(
	HttpCacheability cacheability
)

Parameters

cacheability
Type: CMS.BaseHttpCacheability
The HttpCacheability enumeration value to set the header to.
See Also