yavsc/Yavsc/Views/Account/AccountCreated.cshtml

8 lines
151 B
Text
Raw Normal View History

2017-09-24 23:42:41 +02:00
@{
ViewData["Title"] = "Account creation success";
}
<h1>@ViewData["Title"]</h1>
<a asp-action="Index" asp-controller="Home">Return to home</a>