@{ ViewBag.Title = "Index"; Layout = "~/Views/Shared/_Layout.cshtml"; } @model GreenTree.Nachtragsmanagement.Web.Models.Login.LoginModel

Login

@using (Html.BeginForm()) {
Benutzername:
@Html.EditorFor(m => m.Username)
Passwort
@Html.PasswordFor(m => m.Password) }