CuteEditor for .NET 6.0 Class Library

Editor.EncodeHiddenValue Property

By default Cute 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.

[Visual Basic]
Public Property EncodeHiddenValue As Boolean
[C#]
public bool EncodeHiddenValue {get; set;}

See Also

Editor Class | CuteEditor Namespace