在完毕数据读取后,将数据转换为实体对象集合。...-MvcBook";
}
图书列表
@Html.ActionLink("添加图书", "Create")
...("编辑", "Edit", new { id = item.BookID }) |
@Html.ActionLink("具体", "Details", new { id...= item.BookID }) |
@Html.ActionLink("删除", "Delete", new { id = item.BookID })...("编辑", "Edit", new { id=Model.BookID }) |
@Html.ActionLink("跳转到首页", "Index")
版权声明:本文博主原创文章