JHMessageBox Class
类库说明文档
| JHMessageBox Class |
页面弹出提示框,该类为密封类
Namespace: DCSoft.Utility.Web
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
C#
public sealed class JHMessageBox
The JHMessageBox type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| Show(String) |
在页面展现前弹出提示
| |
| Show(String, Boolean) |
在页面展现前弹出提示
| |
| Show(Page, String) |
在页面 Form 开始标记之后弹出提示
| |
| Show(Page, String, Boolean) |
在指定的位置弹出提示框
| |
| ShowAndClose(String) |
在页面展现前弹出提示,并结束页面输出关闭页面
| |
| ShowAndClose(Page, String) |
在页面 Form 开始标记之后弹出提示,关闭页面
| |
| ToString | (Inherited from Object.) |