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

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.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