@page "/" @page "/Index" @page "/StatusMap" @page "/status-map" @attribute [StreamRendering(false)] @rendermode InteractiveServer MP-MON @if (ListMSE == null) {
} else if (ListMSE.Count == 0) {
No data found
} else { int mseIdx = 0; for (int i = 0; i < mapNRow; i++) {
@for (int j = 0; j < maxCol; j++) { var currMse = MseById(mseIdx); mseIdx++; if (currMse != null) {
@if (newDisplay) { } else { }
} else {
 
} }
} }