@using Microsoft.AspNetCore.Mvc.Localization @using Microsoft.AspNetCore.Mvc.TagHelpers @using gehGassi.Web.Helper @using gehGassi.Web.Models @model gehGassi.Web.Models.SystemMessageToSendCrudVm @inject IViewLocalizer Localizer @{ ViewData["Title"] = Localizer["Button_Edit"]; }
@if (Model.HasBeenSent == false) { }
@Html.Hidden("jsLookupCountriesUrl", Url.Action("LookupCountries", "Country", new {includeAll=true})) @Html.Hidden("jsLookupStatesUrl", Url.Action("LookupStates", "Country", new {includeAll=true}))