WYSIWYG editing Image gallery upload Content templates
Tag Helper Basics

Submit editor HTML content through a standard Razor Pages form POST. The posted HTML is displayed below after submission.

<form method="post">
    <richtextbox
        name="Body"
        toolbar="default"
        height="300px"
        html="..." />
    <button type="submit">Submit</button>
</form>