Skip to main content

HtmlEdit.HtmlSource Property

SECURITY NOTE

The HTML Edit control does not support CSP. To minimize security-related risks, you should always sanitize untrusted raw HTML content (passed from potentially unsafe sources).

Note: End users cannot inject malicious content using the HTML Edit control’s user interface. As such you only need to sanitize content passed to the HTML Edit control via its API.

Gets or sets the source of the text that is displayed in the HtmlEdit control. This is a bindable property.

Namespace: DevExpress.Maui.HtmlEditor

Assembly: DevExpress.Maui.HtmlEditor.dll

NuGet Package: DevExpress.Maui.HtmlEditor

Declaration

public HtmlSource HtmlSource { get; set; }

Property Value

Type Description
HtmlSource

The text source.

See Also