You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MVC3GuestBook/Mvc3GuestBook\Views\BookMan...

16 lines
371 B

@model Yu.Book.Models.Gbook
@{
ViewBag.Title = "Edit";
Layout = "~/Views/Shared/_Admin.cshtml";
}
<h2>回复留言</h2>
<script src="@Url.Content("~/Scripts/jquery.validate.min.js")" type="text/javascript"></script>
<script src="@Url.Content("~/Scripts/jquery.validate.unobtrusive.min.js")" type="text/javascript"></script>
@using (Html.BeginForm()) {