Closed
Description
Routing with nulable types not working.
- Create blazor page.
- Add route 'fetchdata/{page:int?}'
There will be an exception:
Invalid template 'fetchdata/{page:int?}'.
The character '?' in parameter segment '{page:int?}' is not allowed.
Also it is not possible create "double routing" like in the issue #10686