You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should update the Blazor project templates to show how to make use of the changes in #34218. Specifically, we could show how to attach a HeadOutlet root component and use <PageTitle> to update the <title> depending on the current page.
We should update the Blazor project templates to show how to make use of the changes in #34218. Specifically, we could show how to attach a
HeadOutletroot component and use<PageTitle>to update the<title>depending on the current page.