Click or drag to resize
OutputHelperAddNoClientCacheParameter Method
Adds the parameter to disable client cache to the URLs of the page HTML code. Applies only on URLs with querystring or .aspx pages, except for .axd requests.

Namespace: CMS.OutputFilter
Assembly: CMS.OutputFilter (in CMS.OutputFilter.dll) Version: 8.2.23
Syntax
C#
public static string AddNoClientCacheParameter(
	Match m
)

Parameters

m
Type: System.Text.RegularExpressionsMatch
Parameter match

Return Value

Type: String
See Also