| AkObjectListTOutput Method (HttpResponse, String, String) |
转换为AkJson对象集合并输出到页面。
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic void Output(
HttpResponse response,
string selector,
params string[] otherSelectors
)
Parameters
- response
- Type: System.WebHttpResponse
页面输出。 - selector
- Type: SystemString
选择器,用于指示输出到页面的位置,该位置的标签需要遵循Appkit的JTU规范。 - otherSelectors
- Type: SystemString
其他选择器的集合,支持输出到页面的多个位置。
See Also