<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage>" %> SeriesView

SeriesView

<% foreach (var item in Model) { %> <% } %>
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") %>