By default Cute Editor maps most special characters to the equivalent HTML entity automatically. You can turn it off by setting this property to "false".

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

Syntax

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

See Also