Beispiel #1
0
        // GET: Test
        public ActionResult TestGetMenuList()
        {
            var re = MpMenuHelper.GetMenuList();

            return(Json(re));
        }
Beispiel #2
0
        // GET: Platform/Test
        public ActionResult Index()
        {
            var dataList = MpMenuHelper.GetMenuList();

            return(Content(dataList));
        }