CleanUpHTMLCode Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| Editor..::..CleanUpHTMLCode Method |
| Editor Class See Also Send Feedback |
Use the Clean Up HTML function to remove empty tags, combine nested font tags, and otherwise improve messy or unreadable HTML code.
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public void CleanUpHTMLCode() |
| Visual Basic |
|---|
Public Sub CleanUpHTMLCode |
| Visual C++ |
|---|
public: void CleanUpHTMLCode() |