Click or drag to resize
OutputHelperGetVaryByCustomString Method
Custom cache parameters processing for the full page cache and web part partial cache.

Namespace: CMS.OutputFilter
Assembly: CMS.OutputFilter (in CMS.OutputFilter.dll) Version: 10.0.0
Syntax
C#
public static string GetVaryByCustomString(
	HttpContext context,
	string custom
)

Parameters

context
Type: System.WebHttpContext
custom
Type: SystemString

Return Value

Type: String
See Also