Skip to content

Commit 0cdc351

Browse files
authored
Include DateOnly and TimeOnly in supported types
1 parent 09f5757 commit 0cdc351

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aspnetcore/blazor/fundamentals/routing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,13 +1057,15 @@ Supported types are identical to supported types for route constraints:
10571057

10581058
* `bool`
10591059
* `DateTime`
1060+
* `DateOnly`
10601061
* `decimal`
10611062
* `double`
10621063
* `float`
10631064
* `Guid`
10641065
* `int`
10651066
* `long`
10661067
* `string`
1068+
* `TimeOnly`
10671069

10681070
Supported types include:
10691071

0 commit comments

Comments
 (0)