Click or drag to resize
URLHelperLimitURLReplacements Method
Limits multiple replacements, starting and trailing replacements from URL. Can be disabled by app key: CMSLimitUrlReplacement.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string LimitURLReplacements(
	string url,
	char replacement
)

Parameters

url
Type: SystemString
Input URL path
replacement
Type: SystemChar
Replacement character

Return Value

Type: String
See Also