category
-
@Html.DisplayNameFor(model => model.link)
-
@Html.DisplayFor(model => model.link)
-
@Html.DisplayNameFor(model => model.title)
-
@Html.DisplayFor(model => model.title)
@using (Html.BeginForm()) {
@Html.AntiForgeryToken()
|
@Html.ActionLink("Back to List", "Index")
}