Click or drag to resize
AkJsonOptionOutputVar Method (HttpResponse)
输出JSON变量赋值。

变量名称为varName,该变量应该已经声明。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public void OutputVar(
	HttpResponse response
)

Parameters

response
Type: System.WebHttpResponse
页面输出。
See Also