資源簡介
asp.net mvc5 一個關于 分頁標簽的實例,非常實用
代碼片段和文件信息
using?System.Linq;
namespace?ShowPin.MvcPaging
{
????///?
????///?分頁數據接口
????///?
????///?
????public?interface?IPagedList
????{
????????///?
????????///?要從中返回元素的?System.Linq.IQueryable
????????///?
????????IQueryable?Source?{?get;?}
????????///?
????????///?每頁數據量
????????///?
????????int?PageSize?{?get;?}
????????///?
????????///?當前頁
????????///?
????????int?CurrentPage?{?get;?}
????????///?
????????///?總數據量
????????///?
????????int?TotalItemCount?{?get;?}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????.......??????2518??2014-12-06?23:46??分頁參考\.gitattributes
????.......??????2232??2014-12-06?23:46??分頁參考\.gitignore
????.......???????164??2014-12-06?23:46??分頁參考\.nuget\NuGet.Config
????.......???1664000??2014-12-06?23:46??分頁參考\.nuget\NuGet.exe
????.......??????7484??2014-12-06?23:46??分頁參考\.nuget\NuGet.targets
?????文件??????85882??2016-05-10?23:15??分頁參考\.vs\config\applicationhost.config
????..A..H.?????83968??2016-05-10?23:15??分頁參考\.vs\ShowPinMvcPaging\v14\.suo
????.......?????35123??2014-12-06?23:46??分頁參考\LICENSE
?????文件?????146648??2016-05-10?22:31??分頁參考\packages\Antlr.3.5.0.2\Antlr.3.5.0.2.nupkg
?????文件?????103424??2016-05-10?22:31??分頁參考\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll
?????文件?????435712??2016-05-10?22:31??分頁參考\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.pdb
?????文件?????233249??2016-05-10?22:31??分頁參考\packages\bootstrap.3.3.1\bootstrap.3.3.1.nupkg
?????文件??????22474??2016-05-10?22:31??分頁參考\packages\bootstrap.3.3.1\content\Content\bootstrap-theme.css
?????文件??????43029??2016-05-10?22:31??分頁參考\packages\bootstrap.3.3.1\content\Content\bootstrap-theme.css.map
?????文件??????19835??2016-05-10?22:31??分頁參考\packages\bootstrap.3.3.1\content\Content\bootstrap-theme.min.css
?????文件?????137067??2016-05-10?22:31??分頁參考\packages\bootstrap.3.3.1\content\Content\bootstrap.css
?????文件?????366144??2016-05-10?22:31??分頁參考\packages\bootstrap.3.3.1\content\Content\bootstrap.css.map
?????文件?????113498??2016-05-10?22:31??分頁參考\packages\bootstrap.3.3.1\content\Content\bootstrap.min.css
?????文件??????20335??2016-05-10?22:31??分頁參考\packages\bootstrap.3.3.1\content\fonts\glyphicons-halflings-regular.eot
?????文件??????62926??2016-05-10?22:31??分頁參考\packages\bootstrap.3.3.1\content\fonts\glyphicons-halflings-regular.svg
?????文件??????41280??2016-05-10?22:31??分頁參考\packages\bootstrap.3.3.1\content\fonts\glyphicons-halflings-regular.ttf
?????文件??????23320??2016-05-10?22:31??分頁參考\packages\bootstrap.3.3.1\content\fonts\glyphicons-halflings-regular.woff
?????文件??????67155??2016-05-10?22:31??分頁參考\packages\bootstrap.3.3.1\content\sc
?????文件??????35601??2016-05-10?22:31??分頁參考\packages\bootstrap.3.3.1\content\sc
?????文件????????484??2016-05-10?22:31??分頁參考\packages\bootstrap.3.3.1\content\sc
?????文件?????254827??2016-05-10?22:31??分頁參考\packages\jQuery.2.1.1\Content\sc
?????文件?????247351??2016-05-10?22:31??分頁參考\packages\jQuery.2.1.1\Content\sc
?????文件??????84245??2016-05-10?22:31??分頁參考\packages\jQuery.2.1.1\Content\sc
?????文件?????127335??2016-05-10?22:31??分頁參考\packages\jQuery.2.1.1\Content\sc
?????文件?????223865??2016-05-10?22:31??分頁參考\packages\jQuery.2.1.1\jQuery.2.1.1.nupkg
............此處省略470個文件信息
評論
共有 條評論