C# Class PagingHelper, zcw

PagingHelper 的摘要说明
显示文件 Open project: jerrytan/zcw Class Usage Examples

Public Methods

Method Description
ShowPageNavigate ( int currentPage, int pageSize, int totalCount ) : string

分页Helper

Method Details

ShowPageNavigate() public static method

分页Helper
public static ShowPageNavigate ( int currentPage, int pageSize, int totalCount ) : string
currentPage int 当前页
pageSize int 每页显示的条数
totalCount int 总数据条数
return string