We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffda95e commit 6cbd93bCopy full SHA for 6cbd93b
README.md
@@ -88,7 +88,6 @@ Below is a list of all the options available on the Text Editor.
88
89
- `GetText` - Gets the content of the editor as Text.
90
- `GetHTML` - Gets the content of the editor as HTML.
91
-- `GetHTMLAsStream` - Gets the content of the editor as HTML stream (requires .NET 6.0 or later).
92
- `GetContent` - Gets the content of the editor in the native Quill JSON Delta format.
93
- `LoadContent` (`json`) - Allows the content of the editor to be programmatically set.
94
- `LoadHTMLContent` (`string`) - Allows the content of the editor to be programmatically set.
0 commit comments