CuteEditor for .NET 6.0 Class Library

Editor.UseHTMLEntities Property

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".

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

See Also

Editor Class | CuteEditor Namespace