JHMessageBox.ShowAndClose Method (String)

DCSoft.DBUtilityGeneric

JHMessageBoxShowAndClose 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 ShowAndClose(
	string message
)

Parameters

message
Type: SystemString
提示信息
See Also