@{ ViewData["Title"] = "Home Page"; } Loading... @section scripts { @await Html.PrimeCache(Url.Action("GenreMenuList", "GenresApi")) @await Html.PrimeCache(Url.Action("MostPopular", "AlbumsApi")) }