| JsHelperAlertRedirect Method (String, String, Object) |
弹出指定的消息,返回指定的URL,并结束页运行
Namespace: Adf.WebAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxpublic static void AlertRedirect(
string msg,
string url,
params Object[] msgFormat
)
Public Shared Sub AlertRedirect (
msg As String,
url As String,
ParamArray msgFormat As Object()
)
public:
static void AlertRedirect(
String^ msg,
String^ url,
... array<Object^>^ msgFormat
)
static member AlertRedirect :
msg : string *
url : string *
msgFormat : Object[] -> unit
Parameters
- msg
- Type: SystemString
消息 - url
- Type: SystemString
URL - msgFormat
- Type: SystemObject
格式化串
See Also