Conf. Profilo
@if (isLoading || ListRecords == null) { } else if (totalCount == 0) {
Nessun record trovato
} else { @foreach (var item in ListRecords) { } @if (totalCount >= numRecord) { }
Cod.
@item
}