Add [Parameter] to route parameter in paging sample

This commit is contained in:
Steve Sanderson 2018-05-01 13:48:38 +01:00
parent 370edda02d
commit 644bd37e8c
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ else
}
@functions {
public DateTime StartDate { get; set; }
[Parameter] DateTime StartDate { get; set; }
WeatherForecast[] forecasts;