Click or drag to resize
HTMLHelperFixUrl Method
Fixes the URL within given HTML code. The output code is HTML valid. It changes '&' to '&' and backwards if needed. '?test=1&test2=2' is changed to '?test=1&test2=2' '
' is changed to '
'. '<' is changed to '<'.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string FixUrl(
	string sourceHtml
)

Parameters

sourceHtml
Type: SystemString
Source HTML

Return Value

Type: String
See Also