Click or drag to resize
HTMLHelperUnResolveUrls Method
Unresolve relative url if is use in "src" or "href".

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
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