John John
John John

Reputation: 1

Add rich text editor to add and show rich html inside out Asp.net core MVC

I am working on an Asp.net mvc core web application, and i am trying to find a way to add the ability to Add and Read rich text inside our application. so i am not sure if Asp.net MVC core provide such a capability or if there is any free third party tools to use? Thanks

Upvotes: 1

Views: 2385

Answers (1)

Rosco
Rosco

Reputation: 2474

You can use a third party component to provide rich text editing within your application.

Tiny MCE is a well known rich text editor that is free to use.

They are trying to sell the cloud hosted version which is quite easy to add to your website.

But the free version is available as a download or as a Nuget package.

Download or install via Nuget, NPM, or other package mangager

Upvotes: 1

Related Questions