We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f5757 commit 99fbda6Copy full SHA for 99fbda6
1 file changed
aspnetcore/blazor/fundamentals/routing.md
@@ -1056,6 +1056,7 @@ Navigation.GetUriWithQueryParameters("{URI}", {PARAMETERS})
1056
Supported types are identical to supported types for route constraints:
1057
1058
* `bool`
1059
+* `DateOnly`
1060
* `DateTime`
1061
* `decimal`
1062
* `double`
@@ -1064,6 +1065,7 @@ Supported types are identical to supported types for route constraints:
1064
1065
* `int`
1066
* `long`
1067
* `string`
1068
+* `TimeOnly`
1069
1070
Supported types include:
1071
0 commit comments