26 @foreach (var group in apiGroups) 27 { 28 @Html.DisplayFor(m => group, "ApiGroup") 29 } 30