@Ajax.ActionLink("Start Backlog Search", "BacklogSearch", "Command",null, null, new { title = "Backlog search for ALL missing episodes"})
@Ajax.ActionLink("Start Recent Backlog Search", "RecentBacklogSearch", "Command", null, null, new { title = "Backlog search for missing episodes that aired in the last 30 days only" })
}
Series Title
Episode
Episode Title
AirDate
@*Commands Column*@
@*Details Column*@
Details
@*@foreach(var history in Model)
{
Html.RenderPartial("History", history);
}*@