Getting Started With The ASP.NET Core Rich Text Editor

Sample date Updated on Sep 13, 2025
aspnetcore aspnetcore-rte components customize editor html markdown retrive-html richtexteditor rte syncfusion-aspnetcore-rte toolbar

This quick-start project helps create the Syncfusion® ASP.NET Core Rich Text Editor using Visual Studio 2022. This example explains how to edit and format HTML and Markdown content. It also explains how to use a few important features of the Rich Text Editor (RTE) like customizing the toolbar, adding HTML elements, and retrieving the HTML content.

Watch the video: https://www.syncfusion.com/tutorial-videos/aspnet-core/richtexteditor?title=getting-started-with-the-asp-net-core-rich-text-editor

Refer to the following documentation to learn about the ASP.NET Core RTE control: https://ej2.syncfusion.com/aspnetcore/documentation/rich-text-editor/getting-started

Check out this online example of the ASP.NET Core RTE control: https://ej2.syncfusion.com/aspnetcore/richtexteditor/overview

Prerequisites

How to run the project

  1. Check out this project to a location in your disk.

  2. Open the solution file using Visual Studio 2022.

  3. Restore the NuGet packages by rebuilding the solution.

  4. Run the project.

Up arrow