Try your search with a different keyword or use * as a wildcard.
@using Nop.Core.Domain.Menus
@model MenuModel
@(await Html.LocalizedEditorAsync("menu-localized",
@
,
@
))
@await Component.InvokeAsync(typeof(AclCustomerRolesViewComponent), Model)
@await Component.InvokeAsync(typeof(MultistoreDisabledWarningViewComponent))