By default Rich Text Editor will encode the value in the Hidden field automatically. You can turn it off by setting this property to "false". If this property is set to false, ValidateRequest="false" in the page directive is required.

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

Syntax

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

See Also