Example of Default Functionalities in Blazor Rich Text Editor Component
This sample demonstrates the default rendering of the Blazor Rich Text Editor with minimum configuration in the Blazor application.
The WYSIWYG Rich Text Editor is a what you see is what you get editor that is used to create and edit content and returns valid HTML markup. The editor provides a standard toolbar to format content using its commands.
The toolbar contains commands to format text, insert link, insert image, insert list, undo/redo the operation, HTML view, and more. The commands displayed in the toolbar can be customized by setting Items property of RichTextEditorToolbarSettings.
See also