Welcome to the ASP.NET MVC feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET MVC, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Currently, we can get the Xhtml value only using the public method getXhtml(). Consider returning the XHTML using the Value property of the editor.
Users can get the XHTML directly from the Value property on form submission. So, there is no need to create an object for the editor and access its public method. The requirement can use multiple RichTextEditorFor extensions in a page.