6 lines
125 B
Plaintext
6 lines
125 B
Plaintext
@page
|
|
@model WebApp.Pages.LogoutModel
|
|
@{
|
|
}
|
|
<h1>Logout</h1>
|
|
<p>You should be redirected to the <a href="/">homepage</a></p> |