MessageBoxHelperShowAndRedirect Method (Page, String, String) | Helper帮助文档 |
显示消息提示对话框,并进行页面跳转
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 )
Public Shared Sub ShowAndRedirect ( page As Page, msg As String, url As String )
public: static void ShowAndRedirect( Page^ page, String^ msg, String^ url )
static member ShowAndRedirect : page : Page * msg : string * url : string -> unit
Parameters
- page
- Type: System.Web.UIPage
当前页面指针,一般为this - msg
- Type: SystemString
提示信息 - url
- Type: SystemString
跳转的目标URL
See Also