Skip to content

Multiple Blazor SectionOutlets #61434

@mxmissile

Description

@mxmissile

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

No response

Describe the solution you'd like

Allow multiple subscribers to a Section name, for example use case:

MainLayout.razor:

<PageTitle>
    <SectionOutlet SectionName="title" />
</PageTitle>

<h2 class="page-title"><SectionOutlet SectionName="title" /></h2>

Dashboard.razor:

<SectionContent SectionName="title">
    Dashboard
</SectionContent>

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions