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 ' '.
'&lt;' is changed to '<'.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static string FixUrl(
string sourceHtml
)
Parameters
- sourceHtml
- Type: SystemString
Source HTML
Return Value
Type:
StringSee Also