URLHelperCombinePath Method |
Resolves given path to be absolute (combines with given paths).
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax 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:
StringSee Also