From 58649f0ee8cfc30a864c02a009c95c3ca8c9d34f Mon Sep 17 00:00:00 2001 From: Jason Zhu Date: Wed, 8 Sep 2021 10:55:49 +1000 Subject: [PATCH] 7.3.2 Adding the Layout, View Start File and View; Listing 7-8 Editing the _Layout.cshtml File --- .../Views/Shared/_Layout.cshtml | 35 +++---------------- 1 file changed, 4 insertions(+), 31 deletions(-) diff --git a/SportsStore/SportsStore.WebUI/Views/Shared/_Layout.cshtml b/SportsStore/SportsStore.WebUI/Views/Shared/_Layout.cshtml index 6518ccc..e2f2248 100644 --- a/SportsStore/SportsStore.WebUI/Views/Shared/_Layout.cshtml +++ b/SportsStore/SportsStore.WebUI/Views/Shared/_Layout.cshtml @@ -3,38 +3,11 @@ - @ViewBag.Title - My ASP.NET Application - - - + @ViewBag.Title - - -
- @RenderBody() -
-
-

© @DateTime.Now.Year - My ASP.NET Application

-
-
- - - +
+ @RenderBody() +
\ No newline at end of file