MessageBoxHelper.ShowConfirm Method

HD.Common

MessageBoxHelperShowConfirm Method Helper帮助文档
控件点击 消息确认提示框

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void ShowConfirm(
	WebControl Control,
	string msg
)
Public Shared Sub ShowConfirm ( 
	Control As WebControl,
	msg As String
)
public:
static void ShowConfirm(
	WebControl^ Control, 
	String^ msg
)
static member ShowConfirm : 
        Control : WebControl * 
        msg : string -> unit 

Parameters

Control
Type: System.Web.UI.WebControlsWebControl

[Missing <param name="Control"/> documentation for "M:HD.Common.MessageBoxHelper.ShowConfirm(System.Web.UI.WebControls.WebControl,System.String)"]

msg
Type: SystemString
提示信息
See Also

Reference