Click or drag to resize
PagerCreateLink Method (Int32, String)
创建URL字符串

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

Parameters

index
Type: SystemInt32
索引
exclude
Type: SystemString
原始链接查询中的项排除

Return Value

Type: String

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

See Also