Click or drag to resize
AkDialogShowFloatInfo Method (HttpResponse, String)
显示浮动信息。

该浮动信息条不影响界面操作,可以点击关闭,8 秒后将自动关闭。

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

Parameters

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