Click or drag to resize
HTMLHelper.FixXHTML Method
Performs the HTML code fix to become valid XHTML. Method for complete fix solution.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public static string FixXHTML(
	string sourceHtml,
	FixXHTMLSettings settings,
	string applicationPath
)

Parameters

sourceHtml
Type: System.String
Source HTML code
settings
Type: CMS.Helpers.FixXHTMLSettings
Settings
applicationPath
Type: System.String
Application path (for resolving URLs)

Return Value

Type: String
See Also