Click or drag to resize
AkPaginationGetPageControlInfo Method (Int32, String, String, String, String, String)
获取分页链接。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public void GetPageControlInfo(
	int pageNo,
	string urlTemplate,
	out string firstUrl,
	out string prevUrl,
	out string nextUrl,
	out string lastUrl
)

Parameters

pageNo
Type: SystemInt32
urlTemplate
Type: SystemString
链接模板,其中必须包含 {0} 以用于替换为页码。
firstUrl
Type: SystemString
prevUrl
Type: SystemString
nextUrl
Type: SystemString
lastUrl
Type: SystemString
See Also