Click or drag to resize
AkPaginationGetPageControlInfo Method (Int32, Int32, Int32, Int32, String, String, String, Object, Boolean, String, String, String, String)
获取分页控制信息。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string GetPageControlInfo(
	int pageCount,
	int pageNo,
	int rowCount,
	int pageSize,
	string pageName,
	string pageKey,
	string[] replaceQueryKeys,
	Object[] replaceQueryValues,
	bool hasControl,
	out string firstUrl,
	out string prevUrl,
	out string nextUrl,
	out string lastUrl
)

Parameters

pageCount
Type: SystemInt32
总页数。
pageNo
Type: SystemInt32
当前页码。
rowCount
Type: SystemInt32
总行数。
pageSize
Type: SystemInt32
每页行数。
pageName
Type: SystemString
页面名称。
pageKey
Type: SystemString
标识页码的键值名称。
replaceQueryKeys
Type: SystemString
需要动态替换的查询字符串键值名称。
replaceQueryValues
Type: SystemObject
需要动态替换的查询字符串值。
hasControl
Type: SystemBoolean
是否包含翻页控制。
firstUrl
Type: SystemString
第一页链接。
prevUrl
Type: SystemString
上一页链接。
nextUrl
Type: SystemString
下一页链接。
lastUrl
Type: SystemString
最后一页链接。

Return Value

Type: String
See Also