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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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.