@model PostgreSqlDotnetCore.Models.PetsClass
@{
ViewBag.Title = "Delete";
}
PetsClass
-
@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)
@using (Html.BeginForm()) {
@Html.AntiForgeryToken()
|
@Html.ActionLink("Back to List", "Index")
}