Click or drag to resize
AdvancedGetFileHandlerSetTimeStamps Method
Sets the last modified and expires header to the response

Namespace: CMS.Routing.Web
Assembly: CMS.Routing.Web (in CMS.Routing.Web.dll) Version: 10.0.0
Syntax
C#
protected virtual void SetTimeStamps(
	DateTime lastModified,
	bool publicCache = true
)

Parameters

lastModified
Type: SystemDateTime
Last modified date
publicCache (Optional)
Type: SystemBoolean
True if object can be cached by clients and proxies, false if only by clients
See Also