@model PostgreSqlDotnetCore.Models.PetsClass
@{
ViewBag.Title = "Details";
}
Details
PetsClass
-
@Html.DisplayNameFor(model => model.name)
-
@Html.DisplayFor(model => model.name)
-
@Html.DisplayNameFor(model => model.color)
-
@Html.DisplayFor(model => model.color)
-
@Html.DisplayNameFor(model => model.description)
-
@Html.DisplayFor(model => model.description)
-
@Html.DisplayNameFor(model => model.dateofbirthday)
-
@Html.DisplayFor(model => model.dateofbirthday)
-
@Html.DisplayNameFor(model => model.usersid)
-
@Html.DisplayFor(model => model.usersid)
-
@Html.DisplayNameFor(model => model.typeofpetsid)
-
@Html.DisplayFor(model => model.typeofpetsid)
@Html.ActionLink("Edit", "Edit", new { id = Model.id }) |
@Html.ActionLink("Back to List", "Index")