starting a tagger component
This commit is contained in:
parent
3fe818b4f1
commit
22e5259b91
9 changed files with 291 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue