@{
ViewData["Title"] = "Signed Out";
}
<h1>@ViewData["Title"].</h1>
<p class="text-success">You have successfully signed out.</p>