Logout.cshtml 229 B

12345678910
  1. @page
  2. @model BO.AppServer.Web.Areas.Identity.Pages.Account.LogoutModel
  3. @{
  4. ViewData["Title"] = "Log out";
  5. }
  6. <header>
  7. <h1>@ViewData["Title"]</h1>
  8. <p>You have successfully logged out of the application.</p>
  9. </header>