CuteEditor for .NET 6.0 Class Library

Editor.DisableAutoFormatting Property

NOTE: This property is now obsolete.

Obsolete


By default Cute Editor will carefully analyze all of your HTML code and begin correcting all errors automatically. What you get is professionally presented code, properly reformatted and ready for use. If you want to preserve the formatting of existing HTML, you can turn this feature off by setting Editor.DisableAutoFormatting property to "true".

[Visual Basic]
Public Property DisableAutoFormatting As Boolean
[C#]
public bool DisableAutoFormatting {get; set;}

See Also

Editor Class | CuteEditor Namespace