HTMLHelper FixUrl Method Kentico 8.1 API Reference
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.0.0.0 (8.1.5347.20411)

Return Value

Type: OnlineString
See Also