Example of Default Functionalities in ASP.NET MVC Rich Text Editor Control
This sample demonstrates the default rendering of the Rich Text Editor with minimum configuration in ASP.NET MVC application.
DEMO
SOURCE
The Rich Text Editor is WYSIWYG ("what you see is what you get") editor that is used to create and edit content, and return valid HTML markup. The editor provides a standard toolbar to format content using its commands. The toolbar contains commands to align the text, insert link, insert image, insert list, undo/redo the operation, HTML view, and more.