SyncfusionExamples / blazor-richtexteditor-editform-validation

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:HTML 56.7%Language:CSS 26.7%Language:C# 16.5%