@page "/city/{CityId:int}/pointofinterest/{PointOfInterestId:int}" @if(PointOfInterest == null) { } else {
Nom
@PointOfInterest.Name
Description
@PointOfInterest.Description
@if(City != null) {
Ville liée
}
}