Click or drag to resize
AkDialogShowInfo Method (HttpResponse, String)
显示一般提示信息。

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static void ShowInfo(
	HttpResponse response,
	string msg
)

Parameters

response
Type: System.WebHttpResponse
输出。
msg
Type: SystemString
信息。
See Also