@using (Html.BeginForm("Tr_Index", "Home", FormMethod.Post, new { @class = "inquiry-form inquiry-form2 wow fadeIn login-icon" })) { @Html.ValidationSummary(true, "", new { @class = "text-danger" })

LOJİSOFT

Kullanıcı Giriş Ekranı

@Html.TextBoxFor(model => model.Username, new { @class = "form-control", placeholder = "Kullanıcı Adı *" }) @Html.ValidationMessageFor(model => model.Username, "", new { @class = "text-danger-box" })
@Html.TextBoxFor(model => model.Password, new { @class = "form-control", placeholder = "Şifre *" }) @Html.ValidationMessageFor(model => model.Password, "", new { @class = "text-danger-box" })
}