- | - Id - | -- SeriesName - | -- Status - | -- Overview - | -- AirTimes - | -- Language - | -- Path - | -
---|---|---|---|---|---|---|---|
- <%: Html.ActionLink("Edit", "Edit", new { /* id=item.PrimaryKey */ }) %> | - <%: Html.ActionLink("Details", "Details", new { /* id=item.PrimaryKey */ })%> | - <%: Html.ActionLink("Delete", "Delete", new { /* id=item.PrimaryKey */ })%> - | -- <%: item.Id %> - | -- <%: item.SeriesName %> - | -- <%: item.Status %> - | -- <%: item.Overview %> - | -- <%: item.AirTimes %> - | -- <%: item.Language %> - | -- <%: item.Path %> - | -
- <%: Html.ActionLink("Create New", "Create") %> -
- -