8.1.3.1 Creating the Navigation Controller; Listing 8-6 Adding the RenderAction Call to the _Layout.cshtml File

This commit is contained in:
Jason Zhu 2021-09-08 22:15:59 +10:00
parent 5b697839e7
commit 0bd06ef01c

View File

@ -13,7 +13,7 @@
</div>
<div class="row panel">
<div id="categoreis" class="col-xs-3">
Put something useful here later
@Html.Action("Menu", "Nav")
</div>
<div class="col-xs-8">
@RenderBody()