Add [Parameter] to route parameter in paging sample
This commit is contained in:
parent
370edda02d
commit
644bd37e8c
|
|
@ -44,7 +44,7 @@ else
|
||||||
}
|
}
|
||||||
|
|
||||||
@functions {
|
@functions {
|
||||||
public DateTime StartDate { get; set; }
|
[Parameter] DateTime StartDate { get; set; }
|
||||||
|
|
||||||
WeatherForecast[] forecasts;
|
WeatherForecast[] forecasts;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue