From f4146a6c0f2f11060e7b3dc0837b904d51bf79bf Mon Sep 17 00:00:00 2001 From: Jason Zhu Date: Wed, 22 Sep 2021 16:16:18 +1000 Subject: [PATCH] 9.3.6 Displaying Validation Errors; Listing 9-19 Adding a Validation Summary to the Checkout.cshtml File --- SportsStore/SportsStore.WebUI/Views/Cart/Checkout.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SportsStore/SportsStore.WebUI/Views/Cart/Checkout.cshtml b/SportsStore/SportsStore.WebUI/Views/Cart/Checkout.cshtml index fa41dba..98564d9 100644 --- a/SportsStore/SportsStore.WebUI/Views/Cart/Checkout.cshtml +++ b/SportsStore/SportsStore.WebUI/Views/Cart/Checkout.cshtml @@ -9,7 +9,7 @@ @using (Html.BeginForm()) { - + @Html.ValidationSummary()

Ship to