@if (Elements is not null) {
Download risorse in corso
@foreach (var element in Elements) {
@element.Key
}
} @code { [Parameter] public Dictionary? Elements { get; set; } }