Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1001 Bytes

File metadata and controls

17 lines (11 loc) · 1001 Bytes

Blazor Rich Text Editor content export to HTML file

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