| JsHelperAlertToControl Method (Control, String) |
将控件添加至指定的页面控件
Namespace: Adf.WebAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxpublic static Javascript AlertToControl(
Control control,
string[] msg
)
Public Shared Function AlertToControl (
control As Control,
msg As String()
) As Javascript
public:
static Javascript^ AlertToControl(
Control^ control,
array<String^>^ msg
)
static member AlertToControl :
control : Control *
msg : string[] -> Javascript
Parameters
- control
- Type: System.Web.UIControl
接收数据的控件 - msg
- Type: SystemString
消息
Return Value
Type:
Javascript[Missing <returns> documentation for "M:Adf.Web.JsHelper.AlertToControl(System.Web.UI.Control,System.String[])"]
See Also