| JsHelperTopAlert Method (String, String) |
弹出指定的消息,并使框架页所有转向指定的URL
Namespace: Adf.WebAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxpublic static void TopAlert(
string[] msg,
string url
)
Public Shared Sub TopAlert (
msg As String(),
url As String
)
public:
static void TopAlert(
array<String^>^ msg,
String^ url
)
static member TopAlert :
msg : string[] *
url : string -> unit
Parameters
- msg
- Type: SystemString
消息 - url
- Type: SystemString
URL
See Also