@model jQWidgetsMVCDemo.Models.Employee
@{
ViewBag.Title = "Details";
}
Details
Employee
-
@Html.DisplayNameFor(model => model.FirstName)
-
@Html.DisplayFor(model => model.FirstName)
-
@Html.DisplayNameFor(model => model.LastName)
-
@Html.DisplayFor(model => model.LastName)
-
@Html.DisplayNameFor(model => model.Title)
-
@Html.DisplayFor(model => model.Title)
-
@Html.DisplayNameFor(model => model.Country)
-
@Html.DisplayFor(model => model.Country)
-
@Html.DisplayNameFor(model => model.City)
-
@Html.DisplayFor(model => model.City)
-
@Html.DisplayNameFor(model => model.Address)
-
@Html.DisplayFor(model => model.Address)
-
@Html.DisplayNameFor(model => model.HireDate)
-
@Html.DisplayFor(model => model.HireDate)
-
@Html.DisplayNameFor(model => model.BirthDate)
-
@Html.DisplayFor(model => model.BirthDate)