LinkConverterConvertToAbsolute Method |
Converts links from relative to absolute.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax public static string ConvertToAbsolute(
string input,
string baseUrl
)
Parameters
- input
- Type: SystemString
Text containing links with relative URLs - baseUrl
- Type: SystemString
Base URL to use when resolving links
Return Value
Type:
StringText with all links converted to absolute form
See Also