@model System.Collections.Generic.List @{ ViewData["Title"] = "Max RDS per Reactor with Recipes"; }

Max RDS per Reactor with Recipes

@foreach (string[] row in Model) { @foreach (string column in row) { } }
@Html.Raw(column)