Webiant Logo Webiant Logo
  1. No results found.

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

CreateGdprConsent.cshtml

@model GdprConsentModel

@{
    //page title
    ViewBag.PageTitle = T("Admin.Configuration.Settings.Gdpr.Consent.AddNew").Text;
    //active menu item (system name)
    NopHtml.SetActiveMenuItemSystemName("GDPR settings");
}

@T("Admin.Configuration.Settings.Gdpr.Consent.AddNew") @T("Admin.Configuration.Settings.Gdpr.Consent.BackToList")

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