@model Church.Net.Entity.NewVisitor @{ ViewBag.Title = "Details"; }

新朋友詳細資訊


@Html.ValidationSummary(true, "", new { @class = "text-danger" }) @Html.HiddenFor(model => model.Id)
@Html.LabelFor(model => model.LastName, htmlAttributes: new { @class = "control-label col-md-2" })
@Html.DisplayFor(model => model.LastName, new { htmlAttributes = new { @class = "form-control" } })
@Html.LabelFor(model => model.FirstName, htmlAttributes: new { @class = "control-label col-md-2" })
@Html.DisplayFor(model => model.FirstName, new { htmlAttributes = new { @class = "form-control" } })
@Html.LabelFor(model => model.Gender, htmlAttributes: new { @class = "control-label col-md-2" })
@Html.DisplayFor(model => model.Gender, new { htmlAttributes = new { @class = "form-control" } })
@Html.LabelFor(model => model.Address, htmlAttributes: new { @class = "control-label col-md-2" })
@Html.DisplayFor(model => model.Address, new { htmlAttributes = new { @class = "form-control" } })
@Html.LabelFor(model => model.Phone, htmlAttributes: new { @class = "control-label col-md-2" })
@Html.DisplayFor(model => model.Phone, new { htmlAttributes = new { @class = "form-control" } })
@Html.LabelFor(model => model.Email, htmlAttributes: new { @class = "control-label col-md-2" })
@Html.DisplayFor(model => model.Email, new { htmlAttributes = new { @class = "form-control" } })
@Html.LabelFor(model => model.ComunityAppId, htmlAttributes: new { @class = "control-label col-md-2" })
@Html.DisplayFor(model => model.ComunityAppId, new { htmlAttributes = new { @class = "form-control" } })
@Html.LabelFor(model => model.VisitingDate, htmlAttributes: new { @class = "control-label col-md-2" })
@Html.DisplayFor(model => model.VisitingDate, new { htmlAttributes = new { @class = "form-control" } })
@Html.LabelFor(model => model.Note, htmlAttributes: new { @class = "control-label col-md-2" })
@Html.DisplayFor(model => model.Note, new { htmlAttributes = new { @class = "form-control" } })