示例#1
0
        public void Alert(string message, NotificationType notificationType)
        {
            //@Html.Raw(TempData["notification"])
            var msg = "'" + notificationType.GetDescriptionAttr() + "', '" + message + "','" + notificationType + "'" + "";

            TempData["notification"] = msg;
        }