Sorry, there's nothing at this address.
10 |This component demonstrates fetching data from the server.
10 | 11 | @if (forecasts == null) 12 | { 13 |Loading...
14 | } 15 | else 16 | { 17 |Date | 21 |Temp. (C) | 22 |Temp. (F) | 23 |Summary | 24 |
---|---|---|---|
@forecast.Date.ToShortDateString() | 31 |@forecast.TemperatureC | 32 |@forecast.TemperatureF | 33 |@forecast.Summary | 34 |