HTMLHelperUnResolveUrls Method |
Unresolve relative url if is use in "src" or "href".
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static string UnResolveUrls(
string mHtml,
string applicationPath
)
Parameters
- mHtml
- Type: SystemString
HTML code - applicationPath
- Type: SystemString
Application path
Return Value
Type:
StringSee Also