Click or drag to resize
URLHelperAddPrefixToUrl Method

Note: This API is now obsolete.

Add URL prefix to the url.

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

Parameters

url
Type: SystemString
URL to modify

Return Value

Type: String
See Also