Hi,
I have a ASP NET CORE 5 Web App.
In a view I have a form with some input fields, one of this is a Rich Text Editor.
How can I save the model including the formatted text in the Rich Text Editor?
How can I retrieve the saved formatted text and show it in the form?
Substantially, how can I bind the rich text editor to a model including the formatted text field and other fields?
Thanks