User-1800146227 posted
I'm studying Blazor architecture, looking at the sample program that get created by default. I understand that in the MainLayout.razor file the @Body property determines what get rendered in the layout. By default this is Index.razor. What I can't figure
out is how this property is set. I can't find any where in the project where the Body property value is defined.