MessageBoxHelper.ShowAndRedirect Method (Page, String, String, Boolean)

HD.Common

MessageBoxHelperShowAndRedirect Method (Page, String, String, Boolean) Helper帮助文档

[Missing <summary> documentation for "M:HD.Common.MessageBoxHelper.ShowAndRedirect(System.Web.UI.Page,System.String,System.String,System.Boolean)"]

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void ShowAndRedirect(
	Page page,
	string msg,
	string url,
	bool top
)
Public Shared Sub ShowAndRedirect ( 
	page As Page,
	msg As String,
	url As String,
	top As Boolean
)
public:
static void ShowAndRedirect(
	Page^ page, 
	String^ msg, 
	String^ url, 
	bool top
)
static member ShowAndRedirect : 
        page : Page * 
        msg : string * 
        url : string * 
        top : bool -> unit 

Parameters

page
Type: System.Web.UIPage

[Missing <param name="page"/> documentation for "M:HD.Common.MessageBoxHelper.ShowAndRedirect(System.Web.UI.Page,System.String,System.String,System.Boolean)"]

msg
Type: SystemString

[Missing <param name="msg"/> documentation for "M:HD.Common.MessageBoxHelper.ShowAndRedirect(System.Web.UI.Page,System.String,System.String,System.Boolean)"]

url
Type: SystemString

[Missing <param name="url"/> documentation for "M:HD.Common.MessageBoxHelper.ShowAndRedirect(System.Web.UI.Page,System.String,System.String,System.Boolean)"]

top
Type: SystemBoolean

[Missing <param name="top"/> documentation for "M:HD.Common.MessageBoxHelper.ShowAndRedirect(System.Web.UI.Page,System.String,System.String,System.Boolean)"]

See Also

Reference