JavaScriptHelperAlertAndParentUrl 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 AlertAndParentUrl( string message, string toURL )
Public Shared Sub AlertAndParentUrl ( message As String, toURL As String )
public: static void AlertAndParentUrl( String^ message, String^ toURL )
static member AlertAndParentUrl : message : string * toURL : string -> unit
Parameters
- message
- Type: SystemString
[Missing <param name="message"/> documentation for "M:HD.Common.JavaScriptHelper.AlertAndParentUrl(System.String,System.String)"]
- toURL
- Type: SystemString
[Missing <param name="toURL"/> documentation for "M:HD.Common.JavaScriptHelper.AlertAndParentUrl(System.String,System.String)"]
See Also