ICacheSetLastModified Method |
Sets the Last-Modified HTTP header to the specified date and time.
Namespace: CMS.Base.InternalAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax void SetLastModified(
DateTime date
)
Parameters
- date
- Type: SystemDateTime
The date-time value to set the Last-Modified header to.
See Also