Click or drag to resize
PagerCreateLink Method (Int32, String, String)
根据传入的querys参数名数组创建一个虚拟URL地址

Namespace: Adf.Web
Assembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntax
public string CreateLink(
	int index,
	string[] querys,
	string compart
)

Parameters

index
Type: SystemInt32
索引
querys
Type: SystemString
要包含的查询组合
compart
Type: SystemString
分隔符,如: - 或 _ 等

Return Value

Type: String

[Missing <returns> documentation for "M:Adf.Web.Pager.CreateLink(System.Int32,System.String[],System.String)"]

See Also