@page "/networks" @inherits BasicComponent Networks @if (Networks != null) { foreach (var kvp in Networks.OrderBy(x => x.Key)) { var networkType = kvp.Key; var networkCards = kvp.Value; } }