HTMLHelperUnResolveUrls Method |
Unresolve relative URI if used in "src=" or "href=" or "background=" or "url(".
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
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