MessageBoxHelperShow 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 Show( Page page, string msg )
Public Shared Sub Show ( page As Page, msg As String )
public: static void Show( Page^ page, String^ msg )
static member Show : page : Page * msg : string -> unit
Parameters
- page
- Type: System.Web.UIPage
当前页面指针,一般为this - msg
- Type: SystemString
提示信息
See Also