Create minimal app
This commit is contained in:
parent
6b87902ca7
commit
27aaee6293
17 changed files with 346 additions and 52 deletions
8
CSR.WebUI/Pages/User.cshtml
Normal file
8
CSR.WebUI/Pages/User.cshtml
Normal file
|
@ -0,0 +1,8 @@
|
|||
@page
|
||||
@model UserPageModel
|
||||
@{
|
||||
ViewData["Title"] = "User Profile";
|
||||
}
|
||||
<h1>@ViewData["Title"]</h1>
|
||||
|
||||
<p>your username is: @Model.Username</p>
|
Loading…
Add table
Add a link
Reference in a new issue