WYSIWYG editing Image gallery upload Content templates
Form Post

Demonstrates how to capture editor content via a standard HTML form POST with model binding. Edit the content below and click Submit to see the raw HTML sent to the server.

Note

The editor automatically syncs its content to a hidden textarea. On form submit, the HTML is posted as a standard form field.

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