starting a tagger component

This commit is contained in:
2017-10-02 13:15:01 +02:00
parent 78881fbbf0
commit 15d10c0ecc
9 changed files with 291 additions and 3 deletions

View File

@ -1,5 +1,4 @@
@model Blog
@{
ViewData["Title"]=Model.Title;
}
@ -21,6 +20,8 @@
@Html.DisplayNameFor(model => model.DateCreated) :
@Html.DisplayFor(model => model.DateCreated)
@Component.Invoke("Tagger",Model)
</div>
</div>