yavsc/Yavsc/Views/Account/Forbidden.cshtml

6 lines
80 B
Plaintext

@{
ViewData["Title"] = SR["Forbidden"];
}
<a href="Login">@SR["Login"]</a>