@page "/list" @using BlazorProject.Models

List

Ajouter
@if (File.Exists($"{WebHostEnvironment.BaseAddress}/images/{context.Name}.png")) { @context.DisplayName } else { @context.DisplayName } @(string.Join(", ", ((Item)context).EnchantCategories)) @(string.Join(", ", ((Item)context).RepairWith))