Try your search with a different keyword or use * as a wildcard.
@model SpecificationAttributeGroupModel
@{
const string hideInfoBlockAttributeGroupName = "SpecificationAttributeGroupPage.HideInfoBlock";
var hideInfoBlock = await genericAttributeService.GetAttributeAsync(await workContext.GetCurrentCustomerAsync(), hideInfoBlockAttributeGroupName);
}
@await Html.PartialAsync("_CreateOrUpdateSpecificationAttributeGroup.Info", Model)
@await Component.InvokeAsync(typeof(AdminWidgetViewComponent), new { widgetZone = AdminWidgetZones.SpecificationAttributeGroupDetailsBlock, additionalData = Model })