9.3.7 Displaying a Summary Page; Listing 10-1 Adding Responsive Content to the _Layout.cshtml File
parent
e899f54af3
commit
dfd6b230f6
|
@ -157,6 +157,7 @@
|
||||||
<Content Include="Views\Cart\Index.cshtml" />
|
<Content Include="Views\Cart\Index.cshtml" />
|
||||||
<Content Include="Views\Cart\Summary.cshtml" />
|
<Content Include="Views\Cart\Summary.cshtml" />
|
||||||
<Content Include="Views\Cart\Checkout.cshtml" />
|
<Content Include="Views\Cart\Checkout.cshtml" />
|
||||||
|
<Content Include="Views\Cart\Completed.cshtml" />
|
||||||
<None Include="Web.Debug.config">
|
<None Include="Web.Debug.config">
|
||||||
<DependentUpon>Web.config</DependentUpon>
|
<DependentUpon>Web.config</DependentUpon>
|
||||||
</None>
|
</None>
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
@{
|
||||||
|
ViewBag.Title = "SportsStore: Order Submitted";
|
||||||
|
}
|
||||||
|
|
||||||
|
<h2>Thanks!</h2>
|
||||||
|
Thanks for placing your order. We'll ship your goods as soon as possible.
|
Loading…
Reference in New Issue