@page "/city/{CityId:int}" @if(City == null){ } else { Nom @City.Name Description @City.Description # Nom Détails @if (City == null) { } else { @foreach (var pointOfInterest in PointsOfInterest) { @pointOfInterest.Id @pointOfInterest.Name Détails } } }