Use the Clean Up HTML function to remove empty tags, combine nested font tags, and otherwise improve messy or unreadable HTML code.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public static string CleanUpHTMLCode(
	string dirtyText
)
Visual Basic
Public Shared Function CleanUpHTMLCode ( _
	dirtyText As String _
) As String
Visual C++
public:
static String^ CleanUpHTMLCode(
	String^ dirtyText
)

Parameters

dirtyText
Type: System..::..String
Text to be cleaned

Return Value

Clean text.

See Also