Blazor Rich Text Editor Content Export To HTML File
blazor-rich-text-editor
export
export-html
export-to-html
You can export the RTE content to the HTML format using the Syncfusion.DocIO libraries.
While clicking on the export button it makes call to the Export to HTML service.
Project pre-requisites
Make sure that you have the compatible versions of Visual Studio Code and .NET Core SDK 3.1.2 or above version in your machine before starting to work on this project.
How to run this application?
To run this application, you need to first clone the blazor-rich-text-editor-export-to-html repository and then open the project or solution file in Visual Studio 2019 or above version.
- Now, run the run the project Visual Studio and able to get the output in Browser.
See also