Click or drag to resize
DocumentUIHelperTransformToCompareUrl Method
Transforms given URL to its compare variant using UIContext.SplitModeCultureCode.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public static string TransformToCompareUrl(
	string url
)

Parameters

url
Type: SystemString
URL to transform

Return Value

Type: String
URL for comparison
See Also