JavaScriptHelper.AlertAndGoHistory Method

HD.Common

JavaScriptHelperAlertAndGoHistory 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 AlertAndGoHistory(
	string message,
	int value
)
Public Shared Sub AlertAndGoHistory ( 
	message As String,
	value As Integer
)
public:
static void AlertAndGoHistory(
	String^ message, 
	int value
)
static member AlertAndGoHistory : 
        message : string * 
        value : int -> unit 

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:HD.Common.JavaScriptHelper.AlertAndGoHistory(System.String,System.Int32)"]

value
Type: SystemInt32

[Missing <param name="value"/> documentation for "M:HD.Common.JavaScriptHelper.AlertAndGoHistory(System.String,System.Int32)"]

See Also

Reference