Click or drag to resize
AdvancedGetFileHandlerRespondNotModified Method
Responds with the not modified code.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected virtual void RespondNotModified(
	string eTag,
	bool publicCache = true
)

Parameters

eTag
Type: SystemString
Etag for the file
publicCache (Optional)
Type: SystemBoolean
True if object can be cached by clients and proxies, false if only by clients
See Also