URLHelperMakeLinksAbsolute Method (String, String) |
Returns the absolute representation of the HTML links (image paths ...).
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public string MakeLinksAbsolute(
string text,
string domainName
)
Parameters
- text
- Type: SystemString
Input HTML - domainName
- Type: SystemString
Domain name
Return Value
Type:
StringSee Also