@model LoginModel @{ Layout = "/Views/Shared/_Layout.cshtml"; DisableBackUrl = true; HtmlTitle = ViewContext.ViewData.ModelMetadata.ModelType.GetDisplayName(); } @Html.EditorForModel()