Click or drag to resize
JavascriptAppendAlert Method (String)
向控件增加提示消息 alert();

Namespace: Adf.Web.Controls
Assembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntax
public void AppendAlert(
	string msg
)

Parameters

msg
Type: SystemString
要写入的消息
See Also