@foreach (Project p in ViewData["Images"] as Project[]) { @p.Title @p.Description @p.LinkCaption @foreach (string i in p.Badges) { } }