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