Click or drag to resize
URLHelperMakeLinksAbsolute Method (String, String)
Returns the absolute representation of the HTML links (image paths ...).

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public string MakeLinksAbsolute(
	string text,
	string domainName
)

Parameters

text
Type: SystemString
Input HTML
domainName
Type: SystemString
Domain name

Return Value

Type: String
See Also