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