Skip to content

Commit 99fbda6

Browse files
authored
Include DateOnly and TimeOnly in supported types (#35160)
1 parent 09f5757 commit 99fbda6

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
@@ -1056,6 +1056,7 @@ Navigation.GetUriWithQueryParameters("{URI}", {PARAMETERS})
10561056
Supported types are identical to supported types for route constraints:
10571057

10581058
* `bool`
1059+
* `DateOnly`
10591060
* `DateTime`
10601061
* `decimal`
10611062
* `double`
@@ -1064,6 +1065,7 @@ Supported types are identical to supported types for route constraints:
10641065
* `int`
10651066
* `long`
10661067
* `string`
1068+
* `TimeOnly`
10671069

10681070
Supported types include:
10691071

0 commit comments

Comments
 (0)