public sealed class BlazorTextEditor : ComponentBase| BlazorTextEditor | Initializes a new instance of the BlazorTextEditor class |
| EditorContent | Content to be rendered within the editor. |
| Placeholder | Placeholder text displayed in the editor. |
| ReadOnly | Indicates whether the editor is read-only. |
| ToolbarContent | Content to be rendered within the toolbar. |
| EnableEditor | Enables or disables the quill editor. |
| GetContent | Retrieves the complete editor content as a delta object. |
| GetHtml | Retrieves the HTML content of the editor. |
| GetText | Retrieves the plain text content of the editor. |
| InsertImage | Inserts an image into the editor at the current cursor position. |
| InsertText | Inserts text into the editor at the current cursor position. |
| LoadContent | Loads content (delta object) into the editor. |
| LoadHtmlContent | Loads HTML content into the editor. |
| SetParametersAsync |
Parameters are loaded manually for sake of performance; if we were to use System.Reflection magic, it would hurt performance if components were used in large numbers.
(Overrides ComponentBaseSetParametersAsync(ParameterView)) |