Why would Blazor still find an endpoint match for /Weather despite deleting page?

Piotr Mazur 0 Reputation points
2023-12-06T22:27:40.53+00:00

After playing with Blazor App for a while I got an exception of multiple route matches for /weather. I have deleted my Weather page to see what will happen and it started working. But there is no other Weather razor page in the entire project. I have searched the entire solution and there is no mention of "/weather", but the endpoint still exists and works for some weird reason...

Its like there is invisible weather page somewhere in my solution except there isnt. I have checked every possible place

User's image

User's image

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,571 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.