MessageBoxHelper Class
From HD.Common
| MessageBoxHelper Class | Helper帮助文档 |
页面中弹出对话框帮助类
Inheritance Hierarchy
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class MessageBoxHelper
Public Class MessageBoxHelper
public ref class MessageBoxHelper
type MessageBoxHelper = class end
The MessageBoxHelper type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ResponseScript |
输出自定义脚本信息
| |
| Show |
显示消息提示对话框
| |
| ShowAndRedirect(Page, String, String) |
显示消息提示对话框,并进行页面跳转
| |
| ShowAndRedirect(Page, String, String, Boolean) | ||
| ShowConfirm |
控件点击 消息确认提示框
| |
| ToString | (Inherited from Object.) |
See Also