@namespace AntDesign @inherits AntDomComponentBase @* There is no need to render the tooltip if there is no inline mode. Tooltip will be only showing menu content if menu is collapsed to icon version && only for root menu *@ @if (RootMenu.Mode == MenuMode.Inline && ParentMenu is null) { } else { } @code { RenderFragment content = item => @ ; RenderFragment icon = item => @ ; }