City
-
@Html.DisplayNameFor(model => model.Country.Name)
-
@Html.DisplayFor(model => model.Country.Name)
-
@Html.DisplayNameFor(model => model.State.Name)
-
@Html.DisplayFor(model => model.State.Name)
-
@Html.DisplayNameFor(model => model.Name)
-
@Html.DisplayFor(model => model.Name)
-
@Html.DisplayNameFor(model => model.CityCode)
-
@Html.DisplayFor(model => model.CityCode)
-
@Html.DisplayNameFor(model => model.Active)
-
@Html.DisplayFor(model => model.Active)
@using (Html.BeginForm()) {
@Html.AntiForgeryToken()
|
@Html.ActionLink("Back to List", "Index")
}