9.2.2 Adding the Cart Summary; Listing 9-7 Adding the Summary Partial View to the _Layout.cshtml File

chap09
Jason Zhu 2021-09-22 11:22:41 +10:00
parent 57c4f167ca
commit 4027f863cc
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
<body> <body>
<div class="navbar navbar-inverse" role="navigation"> <div class="navbar navbar-inverse" role="navigation">
<a class="navbar-brand" href="#">SPORTS STORE</a> <a class="navbar-brand" href="#">SPORTS STORE</a>
@Html.Action("Summary", "Cart")
</div> </div>
<div class="row panel"> <div class="row panel">
<div id="categoreis" class="col-xs-3"> <div id="categoreis" class="col-xs-3">