| AkPagination Class |
Namespace: Appkit.Data
public class AkPagination
The AkPagination type exposes the following members.
| Name | Description | |
|---|---|---|
| AkPagination |
构造。
|
| Name | Description | |
|---|---|---|
| FirstUrl |
第一页链接。
| |
| LastUrl |
最后一页链接。
| |
| NextUrl |
下一页链接。
| |
| NoneUrl |
无操作链接。
| |
| PageCount |
总页数。
| |
| PageSize |
每页行数。
| |
| PrevUrl |
上一页链接。
| |
| Total |
总行数。
| |
| UrlTemplate |
链接模板。
其中必须包含 {0} 以用于替换为页码。 |