9.3.2 Adding the Checkout Process; Listing 9-9 Adding the Checkout Now Button to the Index.cshtml File

chap09
Jason Zhu 2021-09-22 11:37:26 +10:00
parent 35419556fe
commit 5e83bfa72f
1 changed files with 1 additions and 0 deletions

View File

@ -54,5 +54,6 @@
<div class="text-center"> <div class="text-center">
<a class="btn btn-primary" href="@Model.ReturnUrl">Continue shopping</a> <a class="btn btn-primary" href="@Model.ReturnUrl">Continue shopping</a>
@Html.ActionLink("Checkout now", "Checkout", null, new { @class = "btn btn-primary" })
</div> </div>