Webiant Logo Webiant Logo
  1. No results found.

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

Create.cshtml

@model CategoryModel
@{
    //page title
    ViewBag.PageTitle = T("Admin.Catalog.Categories.AddNew").Text;
    //active menu item (system name)
    NopHtml.SetActiveMenuItemSystemName("Categories");
}

@T("Admin.Catalog.Categories.AddNew") @T("Admin.Catalog.Categories.BackToList")

@await Component.InvokeAsync(typeof(AdminWidgetViewComponent), new { widgetZone = AdminWidgetZones.CategoryDetailsButtons, additionalData = Model })
@await Html.PartialAsync("_CreateOrUpdate", Model)