By default RichTextEditor automatically render html code to support AJAX. You can turn it off by setting this property to "false" for non-Ajax pages.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

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

See Also