Blazor issue with routing and - separator #49691
Labels
area-blazor
Includes: Blazor, Razor Components
bug
This issue describes a behavior which is not expected - a bug.
feature-routing
Milestone
.Net 8 Preview 6 - Blazor WASM
@page "/account/onboarding/step/{Number}"
This route format is working as expected, but this one doesn't:
@page "/account/onboarding/step-{Number}"
The text was updated successfully, but these errors were encountered: