Alert提示并跳转

2014-06-24 16:15:00  访问(3656) 赞(0) 踩(0)


        /// 
        /// 
        /// 
        /// 
        /// 
        /// 
        public static void AlertShow(string message, string title, string redirectUrl)
        {
            FineUI.Alert.Show(message, title, FineUI.MessageBoxIcon.Information, "window.location=\"" + ConvertStringQuot(redirectUrl) + "\";");
        }


上一条:

下一条:


 

相关评论

评论加载中……
 

发表评论

类型:
内容:
  (Alt+Enter)