Back to Devexpress

ASPxTextBoxBase.EncodeHtml Property

aspnet-devexpress-dot-web-dot-aspxtextboxbase-e6c90b78.md

latest1.6 KB
Original Source

ASPxTextBoxBase.EncodeHtml Property

SECURITY-RELATED CONSIDERATIONS

Disabling this property may introduce security-related issues. Review the following help topic and learn how to protect websites from cross-site scripting (XSS) attacks: HTML Encoding.

Gets or sets whether to encode editor content.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public override bool EncodeHtml { get; set; }
vb
<DefaultValue(True)>
Public Overrides Property EncodeHtml As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to encode editor content and display it as text, false to not encode editor content and render it as HTML markup.

|

Remarks

The ASPxTextBox editor converts service characters (for instance, < and >) in its content to character entity references (&lt; and &gt;) and displays HTML code as text. Set the EncodeHtml property to false to prevent such a convertion and render editor content as HTML markup.

See Also

ASPxTextBoxBase Class

ASPxTextBoxBase Members

DevExpress.Web Namespace