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

该变量应该已经声明。

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

Parameters

response
Type: System.WebHttpResponse
页面输出。
varName
Type: SystemString
变量名称。
See Also