@model Church.Net.Entity.HappinessGroup @{ ViewBag.returnUrl = @Url.Action("Index"); ViewBag.returnUrlTitle = "HappinessGroup List"; } @{ ViewBag.Title = "Details HappinessGroup"; }

Details

@Model.Name

@Html.LabelFor(model => model.BeginTime, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
@Html.LabelFor(model => model.Address, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
@foreach (var item in Model.BestList) { }
Best
Email
Phone
@Html.DisplayFor(modelItem => item.Name) @Html.DisplayFor(modelItem => item.Email) @Html.DisplayFor(modelItem => item.Phone)
@* *@
@using (Html.BeginForm()) {
@Html.AntiForgeryToken() Back to List 建立Best
}