Assignment6.Controllers.PlaylistsController.Index C# (CSharp) Method

Index() public method

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

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