예제 #1
0
        public ActionResult Intro()
        {
            var listAlbum = TrackProcessing.GetTree();

            ViewBag.Data = listAlbum;
            return(View());
        }
예제 #2
0
        public ActionResult Index()
        {
            var listAlbum = TrackProcessing.GetTree();

            ViewBag.Data = listAlbum;
            return(View("/Views/Home.cshtml"));
        }
예제 #3
0
 // GET: Video
 public ActionResult Index()
 {
     ViewBag.Data = TrackProcessing.GetVideoList();
     return(View("/Views/Video/VideoIndex.cshtml"));
 }
예제 #4
0
        public ActionResult Index()
        {
            ViewBag.Data = TrackProcessing.GetEbookList();

            return(View("~/Views/Ebook.cshtml"));
        }