9.2.2 Adding the Cart Summary; Listing 9-7 Adding the Summary Partial View to the _Layout.cshtml File
parent
57c4f167ca
commit
4027f863cc
|
@ -10,6 +10,7 @@
|
|||
<body>
|
||||
<div class="navbar navbar-inverse" role="navigation">
|
||||
<a class="navbar-brand" href="#">SPORTS STORE</a>
|
||||
@Html.Action("Summary", "Cart")
|
||||
</div>
|
||||
<div class="row panel">
|
||||
<div id="categoreis" class="col-xs-3">
|
||||
|
|
Loading…
Reference in New Issue