Click or drag to resize
URLHelperURLEncode Method

Note: This API is now obsolete.

URL encoding function.

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

Parameters

url
Type: SystemString
URL to encode

Return Value

Type: String
See Also