8 lines
162 B
Plaintext
8 lines
162 B
Plaintext
|
@{
|
||
|
Layout = "~/Views/Shared/_Layout.cshtml";
|
||
|
}
|
||
|
|
||
|
<h2>Manage Home</h2>
|
||
|
|
||
|
<p>@Html.ActionLink("Accounts", "Accounts")</p>
|
||
|
<p>@Html.ActionLink("Log", "Log")</p>
|