| AkDialogShowInfo Method (Page, String, String, Boolean) |
显示一般提示信息。
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static void ShowInfo(
Page page,
string msg,
string callback,
bool top
)
Parameters
- page
- Type: System.Web.UIPage
页面。 - msg
- Type: SystemString
信息。 - callback
- Type: SystemString
关闭后执行的js代码。 - top
- Type: SystemBoolean
是否调用顶层页窗的相关方法。
See Also