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

@ViewData["Title"]

@if (ViewData["confirm"] != null) { }