@model SscModelForView @{ ViewBag.Title = "Consolidate duplicate CHS"; Layout = "_Layout"; }
| @Html.DisplayNameFor(model => model.List[0].MinBlockLength) | @Html.DisplayNameFor(model => model.List[0].MaxBlockLength) | @Html.DisplayNameFor(model => model.List[0].BlockSizeGranularity) |
|---|---|---|
| @Html.DisplayFor(modelItem => item.MinBlockLength) | @Html.DisplayFor(modelItem => item.MaxBlockLength) | @Html.DisplayFor(modelItem => item.BlockSizeGranularity) |