From b03c3d3e774462d7b87786dfd80c88aa899e4600 Mon Sep 17 00:00:00 2001 From: Jason Zhu Date: Wed, 22 Sep 2021 22:46:58 +1000 Subject: [PATCH] 10.2.2 Creating a Responsive Product List; Listing 10-3 Creating a Product List in _Layout.cshtml File --- SportsStore/SportsStore.WebUI/Views/Shared/_Layout.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SportsStore/SportsStore.WebUI/Views/Shared/_Layout.cshtml b/SportsStore/SportsStore.WebUI/Views/Shared/_Layout.cshtml index 670fcf9..84fbf7d 100644 --- a/SportsStore/SportsStore.WebUI/Views/Shared/_Layout.cshtml +++ b/SportsStore/SportsStore.WebUI/Views/Shared/_Layout.cshtml @@ -24,10 +24,10 @@ @Html.Action("Summary", "Cart")
-
+ -
+
@RenderBody()