JavaScriptHelperAlertAndRedirect Method | Helper帮助文档 |
弹出信息,并跳转指定页面。
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void AlertAndRedirect( string message, string toURL )
Public Shared Sub AlertAndRedirect ( message As String, toURL As String )
public: static void AlertAndRedirect( String^ message, String^ toURL )
static member AlertAndRedirect : message : string * toURL : string -> unit
Parameters
- message
- Type: SystemString
[Missing <param name="message"/> documentation for "M:HD.Common.JavaScriptHelper.AlertAndRedirect(System.String,System.String)"]
- toURL
- Type: SystemString
[Missing <param name="toURL"/> documentation for "M:HD.Common.JavaScriptHelper.AlertAndRedirect(System.String,System.String)"]
See Also