@page @model RegisterModel @{ ViewData["Title"] = "Register"; }

Note that for demo purposes you don't need to register! Use the credentials shown below the login screen.

@section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }