Info
Version: | 1.2.0 |
Author(s): | Ertiqaa |
Last Update: | Wednesday, April 13, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://shaddadsoft.com/Home/EnTemplate#12 |
NuGet Url: | https://www.nuget.org/packages/ErtiqaaSeoEditor |
Install
Install-Package ErtiqaaSeoEditor
dotnet add package ErtiqaaSeoEditor
paket add ErtiqaaSeoEditor
ErtiqaaSeoEditor Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
No dependencies.
No dependencies.
Tags
and it has very helpful tools to count and chart the seo key words and links
it well help users to add the html tags to there text and contents
you can add it to your pack admin panel easily
just put the link to the partial view in in any position in your view like that
@Html.Partial("_ContentEditor")
and add class to your text area or text editor and name it as:
(EditorFormControl)
like that :
@Html.TextAreaFor(model => model.ArticleMainText, new { @class = "EditorFormControl" })
and enjoy
.