Click or drag to resize
HTMLHelperUnResolveUrls Method
Unresolve relative URI if used in "src=" or "href=" or "background=" or "url(".

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string UnResolveUrls(
	string mHtml,
	string applicationPath
)

Parameters

mHtml
Type: SystemString
HTML code
applicationPath
Type: SystemString
Application path

Return Value

Type: String
See Also