Relative Content

Tag Archive for blazorrazor-pages

Back-assign elements to MainLayout component from Child page in Blazor

Taking the standard structure of a blazor wasm project as an example, with the MainLayout component and razor pages denoted by the @page directive that is, basically I would need to render an element within the MainLayout component, the one who is calling the @Body directive, that is defined (as html) in another component which is a @page