Trusted by the world’s leading companies
Overview
The Blazor Rich Text Editor is a feature-rich content editor component designed for creating blogs, forum posts, notes, support tickets, comment sections, messaging apps, and more. It provides an intuitive user interface for seamless content creation with full mobile support. The editor includes a wide range of tools for formatting and managing rich content, returning clean HTML or Markdown output. With its modular architecture, users can easily insert and manage images, links, tables, and lists, enabling flexible and scalable content editing experiences.
Why choose the Syncfusion Essential Studio® Blazor Rich Text Editor?
WYSIWYG editor
Create content visually with support for both HTML and Markdown modes. You can also enable iframe based editing for better content isolation.
Easy interaction
Users can easily format the text and paragraphs. Set the foreground and background colors, font type, italicization, underlining, strikethrough, and bolding. You can also add ordered (numbered) or unordered (bulleted) lists and change the editor’s size.
Flexible editing
For a better editing experience, the Blazor Rich Text Editor component offers a variety of tools and choices. Users can quickly insert images, videos, hyperlinks, and tables; merge table cells; and configure keys.
Preview the HTML code
Examine and edit the HTML code directly in the source code and view the preview result in the (HTML live editor).
AI-Assisted Development
Build advanced content editing experiences faster with the Agentic UI Builder and Syncfusion Agent Skills. Generate formatting tools, editor layouts, templates, and media-rich workflows with minimal manual effort.

Adapts to any resolution
Works seamlessly across desktops, tablets, and smartphones, and supports mobile devices running iOS, Android, or Windows.
Integrate with third-party libraries
It’s easy to integrate third-party libraries like a spell checker, code mirror, etc., with the Rich Text Editor to improve the content.

Globalization and localization
Enable users from different locales to use the Rich Text Editor by formatting dates, currency, and numbering to suit preferences.
AI-assisted development
Build feature-rich Blazor Rich Text Editor experiences faster
Accelerate content editor development with Syncfusion AI tools that turn requirements into fully configured editing experiences with minimal manual setup.
Agentic UI Builder
Turn prompts into ready-to-use UI screens, layouts, and workflows with Syncfusion Blazor components.
Example Prompt Create a blog editor with formatting tools, mentions, and preview mode.
Agent Skills
Accelerate development with Syncfusion AI Agent Skills for faster implementation and integration.
Example Prompt Generate a Blazor rich text editor with Markdown support and custom toolbar actions.
AI Coding Assistant
Accelerate development with AI that generates, configures, and troubleshoots component code directly in your IDE.
Example Prompt Show how to enable autosave and image uploading in the Syncfusion Blazor Rich Text Editor.
Smart Rich Text Editor with AI integration
Empower your writing with the AI-enhanced Blazor Rich Text Editor. Correct grammar, rephrase sentences, translate languages, and summarize content instantly, all within your app.

Blazor Rich Text Editor code example
Get started with the Blazor Rich Text Editor using a few simple lines of C# code, as demonstrated below. Also, explore this Blazor Rich Text Editor example, which shows how to render and configure the editor in Blazor.
@using Syncfusion.Blazor.RichTextEditor
<SfRichTextEditor @bind-Value="rteValue">
<RichTextEditorToolbarSettings Items="@Tools" />
</SfRichTextEditor>
@code {
private string rteValue { get; set; } = @"<p>The Rich Text Editor component is WYSIWYG ('what you see is what you get') editor that provides the best user experience to create and update the content. Users can format their content using standard toolbar commands.</p>
<p><b> Key features:</b></p>
<ul>
<li><p> Provides <b>IFRAME</b> and <b>DIV</b> modes </p></li>
<li><p> Capable of handling markdown editing.</p></li>
</ul>";
private List<ToolbarItemModel> Tools = new List<ToolbarItemModel>()
{
new ToolbarItemModel() { Command = ToolbarCommand.Bold },
new ToolbarItemModel() { Command = ToolbarCommand.Italic },
new ToolbarItemModel() { Command = ToolbarCommand.Underline },
new ToolbarItemModel() { Command = ToolbarCommand.Separator },
new ToolbarItemModel() { Command = ToolbarCommand.Formats },
new ToolbarItemModel() { Command = ToolbarCommand.Alignments },
new ToolbarItemModel() { Command = ToolbarCommand.Separator },
new ToolbarItemModel() { Command = ToolbarCommand.CreateLink },
new ToolbarItemModel() { Command = ToolbarCommand.Image },
new ToolbarItemModel() { Command = ToolbarCommand.CreateTable },
new ToolbarItemModel() { Command = ToolbarCommand.Separator },
new ToolbarItemModel() { Command = ToolbarCommand.SourceCode },
new ToolbarItemModel() { Command = ToolbarCommand.Separator },
new ToolbarItemModel() { Command = ToolbarCommand.Undo },
new ToolbarItemModel() { Command = ToolbarCommand.Redo }
};
}HTML editor toolbar
The Blazor WYSIWYG text editor toolbar provides a variety of commands for editing and formatting the content. You can format text and paragraphs and insert images, hyperlinks, tables, and lists, etc. The tool commands are grouped based on related functionality.

Multi-row toolbar
The overflow toolbar commands are wrapped into following rows within the toolbar.

Expand toolbar
The overflow toolbar commands hidden in the next row become visible when the toolbar is expanded via the expand icon.

Quick toolbar
This toolbar contains frequently used commands related to text, images, tables, and links. It helps access and format these elements quickly. You can customize the toolbar itself.

Floating toolbar
The HTML WYSIWYG editor toolbar does not stick to the top of the editor, but floats within the editor area while scrolling the editor page.

Fully customizable
Toolbar buttons can be fully customized by adding or removing items and grouping commands into categories. This allows you to design the toolbar based on application needs, such as for a blog editor or an email composer.

Custom tool
Add your own commands (tools) with actions to the toolbar alongside the built-in commands.

Inline mode
Make the editor show up when you click or select the content in an editable area.
Mention and hashtag
When composing content, users or groups can be tagged or selected from a suggestion list.

Editing experience
The Blazor Rich Text Editor provides a wide range of tools and options for a better editing experience.

Insert images
You can insert images in your content from a local path or server path with image captions and then link URLs to the images. You can upload images to a server with drag-and-drop or file upload. Additionally, the editor offers options to insert images in BLOB or Base64 formats.

Insert hyperlinks
You can insert or change hyperlinks with customization options such as display text, tooltip, and links to be opened in a new window.

Insert tables
You can insert and edit HTML tables to display grid-like tabular data in the Rich Text Editor. Manipulate a table and its elements dynamically: insert or remove rows and columns, resize the whole table or specific rows or columns, remove a table.

Table cell merge and split
Merge two or more row or column cells into a single cell with their contents. Also, a single cell can be split both horizontally and vertically.

Text alignment
Align your content to the left, center, or right, or justify it.
Enter and Shift+Enter key configuration
The Rich Text Editor allows users to customize the tag inserted when pressing the Enter key and Shift+Enter keys. The following tags can be configured:
- P: When ‘P’ is configured, pressing Enter or Shift+Enter will create a ‘p’ tag.
- DIV: When ‘DIV’ is configured, pressing Enter or Shift+Enter will create a ‘div’ tag.
- BR: When ‘BR’ is configured, pressing Enter or Shift+Enter will create a ‘br’ tag.
Formatting text
- Format the selected content, whole paragraphs, or specific words or characters.
- Format headings, quotations, code, paragraphs, etc.
- Bold, italicize, underline, strikethrough, or capitalize letters and words.
- Change paragraph indentation and spacing.
- Select fonts and sizes.
- Use subscripts and superscripts.
- Select font color and the background color for the content.


Auto formatting for Markdown syntax
Autoformat enables quick content formatting using Markdown-like shortcodes. This eliminates the need for toolbar buttons or dropdowns for common formatting. As Markdown syntax such as # for headings, ** for bold, and * for italics are typed, the editor automatically converts it into HTML elements.
Checklists
Checklists (to-do lists) can be created directly within the Rich Text Editor. Users can easily add interactive checkbox items to their content, enabling task tracking and management within documents.


Adding custom lists
Create ordered (numbered) or unordered (bulleted) lists to organize content. Customize bullet styles for unordered lists with options like circles or squares, and use various numbering formats such as lowercase Greek or uppercase Roman for ordered lists.
Quick insert for table rows and columns
Users can insert rows and columns into a table quickly. When hovering the mouse near the table edges, a “+” icon appears, enabling users to add rows or columns with a single click.


Line height
Users can adjust vertical spacing between lines of text, giving them control over how tightly or loosely the text is packed within paragraphs. This helps improve readability and visual balance in the content layout.
Full screen text editor
This built-in option makes the WYSIWYG HTML editor full screen (a full-page editor) for editing the content.


Paste from Microsoft Word and Excel
Provides built-in options to paste content with images from Microsoft Word, Outlook, and Excel while automatically filtering unwanted tags, attributes, and styles. You can choose to paste content as plain text, with cleaned formatting, or retain the original source formatting.
Auto hyperlink to URL
The control turns text into a hyperlink automatically when a user types a URL as plain text.

Form validations
The Rich Text Editor seamlessly supports forms and obtains values on form submission. The two types of validation are:
- Required validation
- Maximum length validation
Limit content length
Users can restrict the number of characters in a particular section.

Resizable editor
The Blazor Rich Text Editor can be resized, allowing users to widen or shrink the content area.
Format painter
Use the format painter to copy formatting and apply it to your content, eliminating the need for tedious reformatting. Access the format painter through the toolbar or keyboard shortcuts for quick and easy application. Take advantage of the sticky mode by double-clicking the toolbar button, which allows you to apply formats to multiple locations.

Additional features

Cut, copy, and paste
Supports standard clipboard operations, allowing users to cut, copy, and pastecontent easily.

Undo redo manager
Keeps track of editing history so users can undo or redo actions and experiment without losing changes.

Print the text editor content
Print editor content directly using the toolbar option or programmatically, with formatting preserved.

Touch-friendly and responsive WYSIWYG editor
The editor recognizes touch gestures, allowing users to swipe left or right to move the toolbar. The responsive, mobile-friendly design provides the best user experience on all mobiles, tablets, and desktop form factors.

Built-in and customizable themes
Includes multiple built-in themes such as Tailwind CSS, Bootstrap 5, Bootstrap 4, Bootstrap, Material, Fabric, Fluent, and high contrast.

Developer-friendly APIs
There are sufficient client-side APIs available to enhance the process of content editing.
HTML editor accessibility

Keyboard navigation
The Rich Text Editor ensures that every cell is accessible using the keyboard. Major features like sort, select, and edit can be performed using keyboard commands alone; no mouse interaction is required. This helps in creating highly accessible applications using this component.

Screen reader
The editor view has complete WAI-ARIA accessibility support. The Rich Text Editor UI includes high-contrast visual elements that help visually impaired people to have the best viewing experience. Also, valid UI descriptions are easily accessible through assistive technologies such as screen readers.

Right to left (RTL)
The Rich Text Editor supports right-to-left rendering, allowing the text and layout of the text editor to be displayed from right to left. This improves the user experience and accessibility for users of RTL languages such as Arabic, Farsi, and Hebrew.
Other supported frameworks
The Rich Text Editor is also available for the React, Angular, JavaScript, and Vue frameworks. Explore its platform-specific options through the following links:
Supported browsers
The Blazor Rich Text Editor works well with all modern web browsers, including Chrome, Firefox, Edge, Safari, and Opera.

Not sure how to create your first Blazor Rich Text Editor? Our documentation can help.
Get started with the Blazor server-side Rich Text Editor Start with Blazor WebAssembly Rich Text EditorFrequently Asked Questions
Why should you choose the Syncfusion® Essential Studio Blazor Rich Text Editor?
The Syncfusion Blazor Rich Text Editor is a feature-rich WYSIWYG HTML editor that offers the following features:
Best WYSIWYG editing experience with both HTML and Markdown editors.
- Integration with third-party libraries.
An inline-mode editor to display commands on demand.
- One of the best Blazor Rich Text Editors in the market that offers a feature-rich UI to interact with the software.
Simple configuration and APIs.
- Support for all modern browsers.
- Touch-friendly and responsive UI.
Extensive demos, documentation and videos let you get started quickly with the Blazor Rich Text Editor.
Where can I find the Syncfusion Blazor Rich Text Editor demo?
You can find our Blazor Rich Text Editor demo here. It demonstrates how to render and configure the Rich Text Editor.
Can I insert images and links in the Rich Text Editor?
Yes, it supports inserting images, hyperlinks, tables, and other media.
Can I download and utilize the Syncfusion Blazor Rich Text Editor for free?
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.
How do I get started with the Syncfusion Blazor Rich Text Editor?
A good place to start would be our comprehensive getting started documentation.
How can I customize the toolbar in the Rich Text Editor?
You can customize the toolbar by configuring the toolbarSettings property and adding or removing items.
Our Customers Love Us
Awards
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion® is proud to hold the following industry awards.
Recent activities in Blazor Rich Text Editor blogs and tutorials
These Blazor Rich Text Editor blog and tutorial videos posts will guide you in building your first app with this Blazor component. They provide problem-solving strategies, describe features and functionalities, announce new feature releases, explain best practices, and showcase example scenarios. Explore our latest posts on our blog and tutorial video channels for Blazor Rich Text Editor updates.