Returns the safe part of URL. This method doesn't proceed complete URL it handles only part of URL.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- url
- Type:
System String
String with URL part which may contain URL-unsafe characters. Enter only part of URL without any '/' characters
- siteName
- Type:
System String
Site name from where forbidden characters should be taken
Return Value
Type:
See Also