HTMLHelperFixXHTML Method |
Performs the HTML code fix to become valid XHTML. Method for complete fix solution.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static string FixXHTML(
string sourceHtml,
FixXHTMLSettings settings,
string applicationPath
)
Parameters
- sourceHtml
- Type: SystemString
Source HTML code - settings
- Type: CMS.HelpersFixXHTMLSettings
Settings - applicationPath
- Type: SystemString
Application path (for resolving URLs)
Return Value
Type:
StringSee Also