Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

_CreateOrUpdateState.cshtml

@model StateProvinceModel

@if (ViewBag.RefreshPage == true) { }
@await Component.InvokeAsync(typeof(AdminWidgetViewComponent), new { widgetZone = AdminWidgetZones.CountryStateDetailsTop, additionalData = Model })
@(await Html.LocalizedEditorAsync("state-localized", @
, @
))
@await Component.InvokeAsync(typeof(AdminWidgetViewComponent), new { widgetZone = AdminWidgetZones.CountryStateDetailsBottom, additionalData = Model })