@page "/Cards" Cards

Cards

@if (ErrorMessage != string.Empty) { @ErrorMessage return; } @if (CardDtos is null) { @for (var i = 0; i < 3; i++) { } return; } @if (CardDtos.Count != 0) { @foreach (var card in CardDtos) { @card.PlayerName Card ID @card.CardId Edit Options Total Result Song Play Results } return; } No Data