Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions ASP.NET Core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ You can make use of this service in order to paste system clipboard data by pres

Document editor performs spell check by processing hunspell dictionary files, So kindly follow below steps to include the necessary files to perform spell check.

### Install ASP.NET Core SpellChecker as package in the application

To add [`Spellchecker in ASP.NET Core`](https://ej2.syncfusion.com/aspnetcore/documentation/nuget-packages#syncfusionej2spellcheckeraspnetcore) controls in the application, open the NuGet package manager in Visual Studio (Tools → NuGet Package Manager → Manage NuGet Packages for Solution), search for [Syncfusion.EJ2.SpellChecker.AspNet.Core](https://www.nuget.org/packages/Syncfusion.EJ2.SpellChecker.AspNet.Core/) and then install it. Alternatively, you can utilize the following package manager command to achieve the same.

{% tabs %}
{% highlight C# tabtitle="Package Manager" %}

Install-Package Syncfusion.EJ2.SpellChecker.AspNet.Core -Version {{ site.releaseversion }}

{% endhighlight %}
{% endtabs %}

>Syncfusion<sup style="font-size:70%">&reg;</sup> ASP.NET Core controls are available in [nuget.org.](https://www.nuget.org/packages?q=syncfusion.EJ2) Refer to [NuGet packages topic](https://ej2.syncfusion.com/aspnetcore/documentation/nuget-packages) to learn more about installing NuGet packages in various OS environments. The Syncfusion.EJ2.AspNet.Core NuGet package has dependencies, [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/) for JSON serialization and [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing/) for validating Syncfusion<sup style="font-size:70%">&reg;</sup> license key.

### Where to find the dictionaries?
[Hunspell Dictionaries](https://github.com/wooorm/dictionaries) - Dictionary location

Expand Down Expand Up @@ -46,7 +60,7 @@ JSON file should contains the values in the following format.

* For handling personal dictionary, place empty .dic file (ex. customDict.dic file) in the App_Data folder.

* Refer the added files in the spell checker service call as well where we will pass the file information
* Refer the added files in the spell checker service call as well where we will pass the file information.
![](codeFile.png)

### How it works
Expand All @@ -73,4 +87,4 @@ JSON file should contains the values in the following format.
* Indicates whether the text need to added in personal dictionary.

## RestrictEditing
Document Editor provides support for restrict editing. You can make use of this Web API service to encrypt/decrypt protected content.
Document Editor provides support for restrict editing. You can make use of this Web API service to encrypt/decrypt protected content.