| AkDialogShowInfo Method (HttpResponse, String) |
显示一般提示信息。
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static void ShowInfo(
HttpResponse response,
string msg
)
Parameters
- response
- Type: System.WebHttpResponse
输出。 - msg
- Type: SystemString
信息。
See Also