URLHelperResolveClientUrl Method |
Resolves a client relative URL to the absolute form.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static string ResolveClientUrl(
string baseUrl,
string relativeUrl
)
Parameters
- baseUrl
- Type: SystemString
Base URL in absolute form - relativeUrl
- Type: SystemString
Client relative URL
Return Value
Type:
StringAbsolute URL
See Also