| PagerCreateLink Method (Int32, String, String) | 
            根据传入的querys参数名数组创建一个虚拟URL地址
            
 
Namespace: Adf.WebAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxpublic string CreateLink(
	int index,
	string[] querys,
	string compart
)
Public Function CreateLink ( 
	index As Integer,
	querys As String(),
	compart As String
) As String
public:
String^ CreateLink(
	int index, 
	array<String^>^ querys, 
	String^ compart
)
member CreateLink : 
        index : int * 
        querys : string[] * 
        compart : string -> string 
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