PagedList 分页
2018-06-18 05:12:57来源:未知 阅读 ()
@using PagedList.Mvc;
@model PagedList.IPagedList<MvcApplicationBootStramp.Models.Person>
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Index</title>
<link href="~/Content/PagedList.css" rel="stylesheet" />//记得引用这个css文件
</head>
<body>
<table>
<tr>
<th>ID
</th>
<th>姓名
</th>
<th>地址
</th>
</tr>
@foreach (var item in Model)
{
<tr>
<td>
@Html.DisplayFor(modelItem => item.Id)
</td>
<td>
@Html.DisplayFor(modelItem => item.Name)
</td>
<td>
@Html.DisplayFor(modelItem => item.Address)
</td>
</tr>
}
</table>
@Html.PagedListPager(Model, page => Url.Action("Index", new { page }), new PagedListRenderOptions() { LinkToFirstPageFormat = "首页", LinkToNextPageFormat = "下一页", LinkToPreviousPageFormat = "上一页", LinkToLastPageFormat = "末页",DisplayItemSliceAndTotal=true, ItemSliceAndTotalFormat="共有{2}页", MaximumPageNumbersToDisplay=6}) //{2}占位符
</body>
</html>
// GET: /Person/
PersonDAL person = new PersonDAL();
public ActionResult Index(int page = 1)
{
return View(person.GetPersons().ToPagedList(page, 5));
// return View();
}
效果截图
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
下一篇:02-C#入门(循环)
- java实现分页查询 2020-06-05
- pagehelper分页 配置参数 supportMethodsArguments 建议不要 2020-05-14
- Mybatis 分页:Pagehelper + 拦截器实现 2020-05-12
- 详解分页组件中查count总记录优化 2020-03-18
- 小白的springboot之路(十五)、mybatis的PageHelper分页插 2020-02-20
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash