@page @model WebApp.Pages.ContactModel @{ ViewData["Title"] = "Contact"; }

@ViewData["Title"]

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