Click or drag to resize
AkPagination Properties

The AkPagination type exposes the following members.

Properties
  NameDescription
Public propertyFirstUrl
第一页链接。
Public propertyLastUrl
最后一页链接。
Public propertyNextUrl
下一页链接。
Public propertyNoneUrl
无操作链接。
Public propertyPageCount
总页数。
Public propertyPageSize
每页行数。
Public propertyPrevUrl
上一页链接。
Public propertyTotal
总行数。
Public propertyUrlTemplate
链接模板。

其中必须包含 {0} 以用于替换为页码。

Top
See Also