CuteEditor for .NET 6.0 Class Library

Editor.ConvertHTMLTagstoLowercase Property

By default CuteEditor converts all HTML tags of the finally generated content to lower case. You can turn this feature off by setting this property to false.

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

See Also

Editor Class | CuteEditor Namespace