Newer
Older
eShopOnWeb-VerticalFeatureSlices / src / Web / Areas / Identity / Pages / Account / Logout.cshtml
@Derek Comartin Derek Comartin on 27 Jul 2021 183 bytes Init
@page
@model LogoutModel
@{
    ViewData["Title"] = "Log out";
}

<header>
    <h1>@ViewData["Title"]</h1>
    <p>You have successfully logged out of the application.</p>
</header>