Click or drag to resize
JsHelperAlertRedirect Method (String, String)
弹出指定的消息,返回指定的URL,并结束页运行

Namespace: Adf.Web
Assembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntax
public static void AlertRedirect(
	string[] msg,
	string url
)

Parameters

msg
Type: SystemString
消息
url
Type: SystemString
URL
See Also