summaryrefslogtreecommitdiff
path: root/external/aspnetwebstack/src/System.Web.WebPages.Administration/Logout.cshtml
blob: ba1de0f7eb5b62bd71145c9d71284dc9804c1d98 (plain)
1
2
3
4
5
6
7
8
9
@* Generator: WebPage *@

@{    
    // Delete the admin auth cookie
    AdminSecurity.DeleteAuthCookie(Response);

    // Redirect home
    SiteAdmin.RedirectToHome(Response);
}