URLHelperResolveClientUrl Method |
Resolves and combine client URL with base URL.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static string ResolveClientUrl(
string baseUrl,
string relativeUrl
)
Parameters
- baseUrl
- Type: SystemString
Base URL. - relativeUrl
- Type: SystemString
Client URL.
Return Value
Type:
StringSee Also