@using Microsoft.IdentityModel.Protocols.Configuration @model SiteSettings @{ ViewBag.Title = "Contact"; if (Model.Owner==null) throw new InvalidConfigurationException("no owner"); }
@Model.Owner.Name @Html.DisplayFor(m=>m.Owner.PostalAddress)