if you are using Blazor components hosted by Razor, you don't navigate to a Blazor page, you navigate to a Razor page that hosts the Blazor component. There are no standalone Blazor pages with Blazor component support.
if you are hosting a Blazor app on a razor site, then razor redirects to the blazor index hosting page. to route to a particular page in the Blazor app you would need to pass the desired page as query string value, that the Blazor app turned into a page navigation.