Overview

HtmlEditor HTML Editor


The HTML Editor component for Blazor is a WYSIWYG (what you see is what you get) text editor that allows users to format text and add graphics. The document can use HTML or Markdown format.

Supported features:

  1. Inline formats:
  2. Bold, italic, strikethrough text formatting
  3. Font, size, color changes (HTML only)
  4. Block formats:
  5. Headings
  6. Text alignment
  7. Lists (bullet and numbered)
  8. Code blocks
  9. Quotes
  10. HTML and Markdown support
  11. Variable support: produce documents based on templates
  12. Toolbar with adaptive layout support
  13. Insert images: specify a URL or upload from the local file system
  14. Table support

Supported browsers:

Google Chrome (including Android)

Latest

Apple Safari (including iOS)

Latest

Mozilla Firefox

Latest

Microsoft Edge

Latest

Microsoft Edge Legacy

Not supported



The DevExpress Blazor HTML Editor is a WYSIWIG text editor that allows users to format text and add graphics to a document. The component stores its markup in the Markup property in Html format.

You can use built-in toolbar commands to edit and customize document content. To access and configure the toolbar, handle the CustomizeToolbar event as requirements dictate.