Click or drag to resize
ICacheSetLastModified Method
Sets the Last-Modified HTTP header to the specified date and time.

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

Parameters

date
Type: SystemDateTime
The date-time value to set the Last-Modified header to.
See Also