From 0bd06ef01c670f349e2db9a03a2be159aae69ea0 Mon Sep 17 00:00:00 2001 From: Jason Zhu Date: Wed, 8 Sep 2021 22:15:59 +1000 Subject: [PATCH] 8.1.3.1 Creating the Navigation Controller; Listing 8-6 Adding the RenderAction Call to the _Layout.cshtml File --- SportsStore/SportsStore.WebUI/Views/Shared/_Layout.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SportsStore/SportsStore.WebUI/Views/Shared/_Layout.cshtml b/SportsStore/SportsStore.WebUI/Views/Shared/_Layout.cshtml index 1a616af..1faf430 100644 --- a/SportsStore/SportsStore.WebUI/Views/Shared/_Layout.cshtml +++ b/SportsStore/SportsStore.WebUI/Views/Shared/_Layout.cshtml @@ -13,7 +13,7 @@
- Put something useful here later + @Html.Action("Menu", "Nav")
@RenderBody()