类库说明文档
![]() | JHMessageBoxShowAndClose Method (Page, String) |
在页面 Form 开始标记之后弹出提示,关闭页面
Namespace: DCSoft.Utility.Web
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)

C#
public static void ShowAndClose( Page page, string message )
Parameters
- page
- Type: System.Web.UIPage
要弹出提示的 Page (一般用 this.Page) - message
- Type: SystemString
提示信息
