Click or drag to resize
AkJsonListGetOutput Method
获取输出到页面的JS代码。

Namespace: Appkit.Web.UI
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public string GetOutput(
	string selector,
	params string[] otherSelectors
)

Parameters

selector
Type: SystemString
选择器,详情参见output相关参数的说明。
otherSelectors
Type: SystemString
其他选择器的集合,详情参见output相关参数的说明。

Return Value

Type: String
输出到页面的JS代码。
See Also