Skip to content

Files

Latest commit

 

History

History
20 lines (13 loc) · 683 Bytes

File metadata and controls

20 lines (13 loc) · 683 Bytes

Blazor RichTextEditor Editform Validation

This sample explains about how to validate the edit form in Blazor RichTextEditor component.

The Rich Text Editor support validation using the EditForm. The user type text content inside the editor is validated with data annotations attributes.

Prerequisites

  • Visual Studio 2022

How to run the project

  • Checkout this project to a location in your disk.
  • Open the solution file using the Visual Studio 2022.
  • Restore the NuGet packages by rebuilding the solution.
  • Run the project.

See also