@model IList @{ Layout = null; } @foreach (var ext in Model) { @ext.DirectoryName @ext.ExtId }