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.

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

Syntax

C#
public bool ConvertHTMLTagstoLowercase { get; set; }
Visual Basic
Public Property ConvertHTMLTagstoLowercase As Boolean
	Get
	Set
Visual C++
public:
property bool ConvertHTMLTagstoLowercase {
	bool get ();
	void set (bool value);
}

See Also