From ffce55b6a9cbe01146b31a9844d202d8117103cb Mon Sep 17 00:00:00 2001 From: Jason Zhu Date: Wed, 22 Sep 2021 16:25:16 +1000 Subject: [PATCH] 9.3.6 Displaying Validation Errors; Listing 9-21 Adding a Link Element in the _Layout.cshtml File --- SportsStore/SportsStore.WebUI/Views/Shared/_Layout.cshtml | 1 + 1 file changed, 1 insertion(+) diff --git a/SportsStore/SportsStore.WebUI/Views/Shared/_Layout.cshtml b/SportsStore/SportsStore.WebUI/Views/Shared/_Layout.cshtml index 14d33a7..2b3e005 100644 --- a/SportsStore/SportsStore.WebUI/Views/Shared/_Layout.cshtml +++ b/SportsStore/SportsStore.WebUI/Views/Shared/_Layout.cshtml @@ -5,6 +5,7 @@ + @ViewBag.Title