@model Church.Net.Entity.Religion @{ ViewBag.Title = "Delete Religion"; ViewBag.returnUrl2 = Url.Action("Index", "NewVisitors"); ViewBag.returnUrl2Title = "新朋友管理"; ViewBag.returnUrl = Url.Action("Index"); ViewBag.returnUrlTitle = "宗教信仰選項管理"; }

Are you sure you want to DELETE this?

@Html.LabelFor(model => model.Name, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
@using (Html.BeginForm()) {
@Html.AntiForgeryToken() Back to List
}