1 2 3 4 5 6 7 8 9
@* Generator: WebPage *@ @{ // Delete the admin auth cookie AdminSecurity.DeleteAuthCookie(Response); // Redirect home SiteAdmin.RedirectToHome(Response); }