JHMessageBox.Show Method (Page, String, Boolean)

DCSoft.DBUtilityGeneric

JHMessageBoxShow Method (Page, String, Boolean)
在指定的位置弹出提示框

Namespace: DCSoft.Utility.Web
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static void Show(
	Page page,
	string message,
	bool beforForm
)

Parameters

page
Type: System.Web.UIPage
要弹出提示的 Page (一般用 this.Page)
message
Type: SystemString
提示信息
beforForm
Type: SystemBoolean
是否在页面 Form 开始标记之后立即弹出提示框(true:是;false:在 Form 结束标记之前)
See Also