@model IEnumerable @{ ViewData["Title"] = "Index"; }

Index

@foreach (var person in Model) {
@person.Name
} @section scripts { }