-
- <%:Html.DisplayTextFor(model => model.Title)%>
-
- <%
- Html.EnableClientValidation();%>
- <%
- using (Html.BeginForm("Edit", "Series", FormMethod.Post, new {id = "form", name = "form"}))
- {%>
-
-
- <%
- }%>
-
-
- <%:Html.ActionLink("Back to Show", "Details", new {seriesId = Model.SeriesId})%> |
- <%:Html.ActionLink("Back to List", "Index")%>
- <%:Html.ActionLink("Delete Series", "Delete", new {seriesId = Model.SeriesId})%>
-
-
-
-
-
-
-
+ }
+
+
+ @Html.ActionLink("Back to Show", "Details", new {seriesId = Model.SeriesId}) |
+ @Html.ActionLink("Back to List", "Index")
+ @Html.ActionLink("Delete Series", "Delete", new {seriesId = Model.SeriesId})
+
+
+