Click or drag to resize
URLHelperAddPrefixToUrl Method
Add URL prefix to the url.

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

Parameters

url
Type: SystemString
URL to modify

Return Value

Type: String
See Also