JHMessageBox.Show Method (String, Boolean)

DCSoft.DBUtilityGeneric

JHMessageBoxShow Method (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(
	string message,
	bool isEnd
)

Parameters

message
Type: SystemString
提示信息
isEnd
Type: SystemBoolean
是否结束页面输出
See Also