Reputation: 2344
I created a .net6 blazor server application. I noticed that both _Host.cshtml and Index.razor contain a @page "/" directive.
How does blazor know which one to use? Clearly it is using the _Host.cshtml version, but why?
Upvotes: 1
Views: 637