JavaScriptHelper.ShowCilentConfirm Method (WebControl, String, String)

HD.Common

JavaScriptHelperShowCilentConfirm Method (WebControl, String, String) Helper帮助文档
显示客户端确认窗口

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

public static void ShowCilentConfirm(
	WebControl control,
	string eventName,
	string message
)
Public Shared Sub ShowCilentConfirm ( 
	control As WebControl,
	eventName As String,
	message As String
)
public:
static void ShowCilentConfirm(
	WebControl^ control, 
	String^ eventName, 
	String^ message
)
static member ShowCilentConfirm : 
        control : WebControl * 
        eventName : string * 
        message : string -> unit 

Parameters

control
Type: System.Web.UI.WebControlsWebControl

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

eventName
Type: SystemString

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

message
Type: SystemString

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

See Also

Reference