@model List

@foreach (string name in Model) { @name }