Skip to content

Enabling Rich Text Editing in ASP.NET Core Textareas #53397

Answered by raghadmta
Xce15 asked this question in General
Discussion options

You must be logged in to vote

What tools are you using for the text editor?

check the initialization of the tool and whether it is linked to the entity or not.
also, check the values in your corresponding action by setting a breakpoint maybe it was required but got to be sent as an empty value due to an issue in the text editor.

there are two famous text editors people usually use:
1- TinyMCE - multiple ways to install the best one yet to install it as a Nuget package.
2- CKEditor - most people use CDN to install it.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Xce15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants