JHMessageBox.Show Method (String)

DCSoft.DBUtilityGeneric

JHMessageBoxShow Method (String)
在页面展现前弹出提示

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
)

Parameters

message
Type: SystemString
提示信息
See Also