Converts links from relative to absolute.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- input
- Type: System String
Text containing links with relative URLs
- baseUrl
- Type: System String
Base URL to use when resolving links
Return Value
Type: StringText with all links converted to absolute form
See Also