@page @model BO.AppServer.Web.Areas.Identity.Pages.Account.LogoutModel @{ ViewData["Title"] = "Log out"; } <header> <h1>@ViewData["Title"]</h1> <p>You have successfully logged out of the application.</p> </header>