MessageBoxHelper.ResponseScript Method

HD.Common

MessageBoxHelperResponseScript 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 ResponseScript(
	Page page,
	string script
)
Public Shared Sub ResponseScript ( 
	page As Page,
	script As String
)
public:
static void ResponseScript(
	Page^ page, 
	String^ script
)
static member ResponseScript : 
        page : Page * 
        script : string -> unit 

Parameters

page
Type: System.Web.UIPage
当前页面指针,一般为this
script
Type: SystemString
输出脚本
See Also

Reference