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

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

Parameters

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