Click or drag to resize
ICacheSetExpires Method
Sets the Expires HTTP header to an absolute date and time.

Namespace: CMS.Base.Internal
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
void SetExpires(
	DateTime date
)

Parameters

date
Type: SystemDateTime
The absolute expiration time.
See Also