Click or drag to resize
URLHelperCombinePath Method
Resolves given path to be absolute (combines with given paths).

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string CombinePath(
	string path,
	char separator,
	string webSitePath,
	string serverPath
)

Parameters

path
Type: SystemString
Relative path
separator
Type: SystemChar
Path separator
webSitePath
Type: SystemString
Web site path
serverPath
Type: SystemString
Server path

Return Value

Type: String
See Also