Update Welcome.cshtml (#2447)

You are on the Welcome page therefore the title should be 'Welcome' not 'About'.
pull/2470/head
amm303 2017-01-04 19:20:30 +00:00 committed by Rick Anderson
parent 0866de65c1
commit 1d391bbb57
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
@{
ViewData["Title"] = "About";
ViewData["Title"] = "Welcome";
}
<h2>Welcome</h2>
@ -9,4 +9,4 @@
{
<li>@ViewData["Message"]</li>
}
</ul>
</ul>