Index.cshtml

12 lines | 156 B Blame History Raw Download
@{
    ViewBag.Title = "Index";
}

<h3>Index</h3>

<p>Login: @ViewBag.UserName;</p>
<p>тут можно будет изменить пароль</p>