Click or drag to resize
OutputHelperAddNoClientCacheParameters Method
Adds the parameter to disable client cache to the URLs of the page HTML code.

Namespace: CMS.OutputFilter
Assembly: CMS.OutputFilter (in CMS.OutputFilter.dll) Version: 8.2.23
Syntax
C#
public static void AddNoClientCacheParameters(
	ResponseOutputFilter filter,
	ref string finalHtml
)

Parameters

filter
Type: CMS.OutputFilterResponseOutputFilter
Filter object
finalHtml
Type: SystemString
Page HTML code
See Also