Click or drag to resize
URLHelperURLEncode Method
URL encoding function.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string URLEncode(
	string url
)

Parameters

url
Type: SystemString
URL to encode

Return Value

Type: String
See Also