Assignment6.Controllers.PlaylistsController.Index C# (CSharp) 메소드

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult
        public ActionResult Index()
        {
            // Study the Index view

            return View(m.PlaylistGetAll());
        }
PlaylistsController