Enum EditorMode
Specifies which type of content is to be edited in the SfRichTextEditor.
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public enum EditorMode
Remarks
The editor can switch between HTML or Markdown content editing modes, determining how content is presented and manipulated.
Fields
| Name | Description |
|---|---|
| HTML | The Rich Text Editor allows editing of HTML markup content. |
| Markdown | The Rich Text Editor allows editing of Markdown content. |