From 39d9cf71bb56290e36888d2801fceca0aea83d91 Mon Sep 17 00:00:00 2001 From: Arulraj Aboorvasamy <95745238+ArulrajAboo@users.noreply.github.com> Date: Wed, 26 Feb 2025 15:48:38 +0530 Subject: [PATCH] Added tutorial video link. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6c29b6..64cb46a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This quick-start project helps users work with form validation in the Syncfusion® [ASP.NET Core Rich Text Editor]( https://www.syncfusion.com/aspnet-core-ui-controls/wysiwyg-rich-text-editor?utm_source=github&utm_medium=listing&utm_campaign=tutorial-videos-aspnetcore-rte-formvalidation) control. This example demonstrates how to set validation rules, customize validation messages, and set the maximum number of characters in the RTE. -Watch the video: Coming soon… +Watch the video: https://www.syncfusion.com/tutorial-videos/aspnet-core/richtexteditor?title=working-with-form-validation-in-an-asp-net-core-rich-text Refer to the following documentation to learn about the ASP.NET Core RTE control: https://ej2.syncfusion.com/aspnetcore/documentation/rich-text-editor/form-support. @@ -18,4 +18,4 @@ Check out this online example of the ASP.NET Core RTE control: https://ej2.syncf * Clone this project to a location on your disk. * Open the solution file using Visual Studio 2022. * Restore the NuGet packages by rebuilding the solution. -* Run the project. \ No newline at end of file +* Run the project.