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