-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed as not planned
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Components
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
i have two layout ,mainLayout and a specialLayout,both use a shared navmaeu,
the navmenu synchronize the document title.
c# code

razor code

initialize app with mainlayout is ok,url changed, title woule update with document title,but when mainlayout change to speiciallayout, title not changed when url changed.
when i copy the navmenu code to new component,it works.
Expected Behavior
title should updated when user change layout weather layout shared with same naumenu,
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
7.0.102
Anything else?
No response
Metadata
Metadata
Assignees
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Components