Click or drag to resize
AkObjectListTOutput Method (HttpResponse, String, AkJsonOption, String)
转换为AkJson对象集合并输出到页面。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public void Output(
	HttpResponse response,
	string selector,
	AkJsonOption option,
	params string[] otherSelectors
)

Parameters

response
Type: System.WebHttpResponse
页面输出。
selector
Type: SystemString
选择器,用于指示输出到页面的位置,该位置的标签需要遵循Appkit的JTU规范。
option
Type: Appkit.DataAkJsonOption
转换为AkJson对象的选项。
otherSelectors
Type: SystemString
其他选择器的集合,支持输出到页面的多个位置。
See Also