| JsHelperAlertClose Method (String) |
执行提交信息组并关闭窗体,并结束页运行
Namespace: Adf.WebAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxpublic static void AlertClose(
string[] msg
)
Public Shared Sub AlertClose (
msg As String()
)
public:
static void AlertClose(
array<String^>^ msg
)
static member AlertClose :
msg : string[] -> unit
Parameters
- msg
- Type: SystemString
信息组
See Also