Click or drag to resize
URLHelperURLDecode Method

Note: This API is now obsolete.

URL decoding function.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Method will be removed. Use HttpUtility.UrlDecode instead.")]
public static string URLDecode(
	string url
)

Parameters

url
Type: SystemString
URL to decode

Return Value

Type: String
See Also