We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f5757 commit 0cdc351Copy full SHA for 0cdc351
aspnetcore/blazor/fundamentals/routing.md
@@ -1057,13 +1057,15 @@ Supported types are identical to supported types for route constraints:
1057
1058
* `bool`
1059
* `DateTime`
1060
+* `DateOnly`
1061
* `decimal`
1062
* `double`
1063
* `float`
1064
* `Guid`
1065
* `int`
1066
* `long`
1067
* `string`
1068
+* `TimeOnly`
1069
1070
Supported types include:
1071
0 commit comments