6 lines
79 B
Text
6 lines
79 B
Text
|
|
@{
|
|
ViewData["Title"] = "Index";
|
|
}
|
|
|
|
<a asp-action="UserList" >UserList</a>
|