@page "/" @page "/Home" @page "/Index" Index
MAPO SPEC
@if (ElencoLink == null) { } else if (ElencoLink.Count == 0) { } else { foreach (var item in ElencoLink) { @if (string.IsNullOrEmpty(item.Ruolo) || HasRole(item.Ruolo)) { @item.Testo } } }

@currAzienda

MAPO MES Custom Pages