yavsc/Yavsc/Views/Account/AccountCreated.cshtml

9 lines
151 B
Plaintext

@{
ViewData["Title"] = "Account creation success";
}
<h1>@ViewData["Title"]</h1>
<a asp-action="Index" asp-controller="Home">Return to home</a>