Blazor : access components in the MainLayout in the page
I am working on a Blazor Webassembly application on .net 6 and has a structure of page as follows.
There is a MainLayout.razor page where is a header bar which renders few small razor components using “DyamicComponent”
and in the @Body part the actual page (e.g. abc.razor) loads.