JHMessageBox.Show Method (Page, String)

DCSoft.DBUtilityGeneric

JHMessageBoxShow Method (Page, String)
在页面 Form 开始标记之后弹出提示

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
)

Parameters

page
Type: System.Web.UIPage
要弹出提示的 Page (一般用 this.Page)
message
Type: SystemString
提示信息
See Also