-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
✔️ Resolution: AnsweredResolved because the question asked by the original author has been answered.Resolved because the question asked by the original author has been answered.Status: Resolvedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsquestion
Description
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
HugCoder, BrendanRidenour and mxmissile
Metadata
Metadata
Assignees
Labels
✔️ Resolution: AnsweredResolved because the question asked by the original author has been answered.Resolved because the question asked by the original author has been answered.Status: Resolvedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsquestion