@model IList @{ object attributes; if (ViewBag.Disabled == true) { attributes = new { disabled = "disabled" }; } else { attributes = new { }; } } Select files...
0% complete
@if (Model != null) { for (var i = 0; i < Model.Count(); i++) {
} }