/MvcMusicStore/Views/ShoppingCart/CartSummary.cshtml
Razor | 4 lines | 4 code | 0 blank | 0 comment | 0 complexity | 8f55cd1da08c437efd65c5cce74e1142 MD5 | raw file
1@Html.ActionLink("Cart (" + ViewData["CartCount"] + ")", 2 "Index", 3 "ShoppingCart", 4 new { id = "cart-status" })