Back to Devexpress

HtmlEdit Class

maui-devexpress-dot-maui-dot-htmleditor.md

latest6.0 KB
Original Source

HtmlEdit Class

SECURITY-RELATED CONSIDERATIONS

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.

A rich text editor that uses HTML as an input or output format.

Namespace : DevExpress.Maui.HtmlEditor

Assembly : DevExpress.Maui.HtmlEditor.dll

NuGet Package : DevExpress.Maui.HtmlEditor

Declaration

csharp
[DXLicenseMAUI]
public sealed class HtmlEdit :
    DXViewBase,
    IAppearanceOwner

The following members return HtmlEdit objects:

Remarks

The HTML Edit control allows you to display and edit text with rich formatting (including textual and visual content). You can use HTML markup as an input format for the editor.

View Example: DevExpress HTML Edit Control for .NET MAUI

Refer to the following sections for more information:

HTML Edit Overview

Load and Retrieve Content

Select Content

Modify Content

Built-In Toolbar

View Example: DevExpress HTML Edit Control for .NET MAUI

Implements

Show 14 items

INotifyPropertyChanged

IAnimatable

Microsoft.Maui.Controls.ITabStopElement

IViewController

IVisualElementController

IElementController

IGestureController

IGestureRecognizers

IPropertyMapperView

IHotReloadableView

IView

Microsoft.Maui.IFrameworkElement

ITransform

IReplaceableView

Inheritance

System.Object BindableObject Element NavigableElement VisualElement View DevExpress.Maui.Core.Internal.DXViewElement DevExpress.Maui.Core.Internal.DXViewBaseCore DXViewBase HtmlEdit

Extension Methods

Yield<HtmlEdit>()

YieldIfNotNull<HtmlEdit>()

See Also

HtmlEdit Members

DevExpress.Maui.HtmlEditor Namespace