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

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static string MakeLinksAbsolute(
	string text
)

Parameters

text
Type: SystemString
Input HTML

Return Value

Type: String
See Also