Click or drag to resize
AkPageAddScript Method (HttpResponse, String)
增加脚本代码。

Namespace: Appkit.Web.UI
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static void AddScript(
	HttpResponse response,
	params string[] contents
)

Parameters

response
Type: System.WebHttpResponse
页面输出。
contents
Type: SystemString
脚本代码,需要自行控制换行。
See Also