Multiple @Body(RenderFragment or sections) in blazor #42880
Labels
area-blazor
Includes: Blazor, Razor Components
feature-blazor-component-model
Any feature that affects the component model for Blazor (Parameters, Rendering, Lifecycle, etc)
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Status: Resolved
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
I've search in issues for this problem and found somethings about section's that's Handled by <Title/> and...
but how can i create Blazor Layout with multiple sections some thing like this :
this is very important to separate layout sections from others.
in the page we have static Header and Header values , static body and right sidebar(without values) we need to give them values from component that used this layout.
how we can create layout that support this!?
Describe the solution you'd like
give us a way to make Custom Body or create a way to send RenderFragment parameters and params to Layout
Additional context
No response
The text was updated successfully, but these errors were encountered: