Skip to content

Commit 47666d0

Browse files
authored
Update README.md
1 parent 9eccf8f commit 47666d0

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
1-
# Create-a-Rich-Text-Editor-in-a-Blazor-Server-Application
1+
# Create a Rich Text Editor in a Blazor Server Application
2+
23
This is a quick-start project that helps you create the Syncfusion Blazor Rich Text Editor using Visual Studio 2019. This example explains how to add content in the Blazor Rich Text Editor and how to use features, too, like customizing the toolbar, adding HTML elements, and retrieving formatted HTML content.
4+
5+
Watch a How-to Video:
6+
7+
Documentation:
8+
https://blazor.syncfusion.com/documentation/rich-text-editor/getting-started
9+
10+
Online example: https://blazor.syncfusion.com/demos/RichTextEditor/Overview
11+
12+
## Project prerequisites
13+
Make sure you have the compatible versions of .NET Core on your machine before starting to work on this project. You also need the following:
14+
* [Visual Studio 2019 (version 16.4+)]( https://visualstudio.microsoft.com/downloads)
15+
* [.NET Core SDK 3.1.2+](https://dotnet.microsoft.com/download/dotnet-core/3.1)
16+
17+
## How to run this application
18+
To run this application, you need to first clone or download this ‘Create a Rich Text Editor in a Blazor Server Application’ repository and then open it in Visual Studio 2019. Now, build and run your project to view the output.
19+
20+
## Further help
21+
22+
To get more help, check out the [ASP.NET Core Blazor documentation](https://docs.microsoft.com/en-us/aspnet/core/blazor).
23+

0 commit comments

Comments
 (0)