| PagerCreateLink Method (Int32, String) |
创建URL字符串
Namespace: Adf.WebAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxpublic string CreateLink(
int index,
params string[] exclude
)
Public Function CreateLink (
index As Integer,
ParamArray exclude As String()
) As String
public:
String^ CreateLink(
int index,
... array<String^>^ exclude
)
member CreateLink :
index : int *
exclude : string[] -> string
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