WYSIWYG editing Image gallery upload Content templates
Image Upload

Upload images through the gallery dialog. Images are saved to the server via the MapRichTextBoxUploads() endpoint.

<richtextbox
    name="imageUploadEditor"
    toolbar="default"
    height="300px"
    html="..." />

// Program.cs
app.MapRichTextBoxUploads();