Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

Blazor PageTitle tag not working after migrating to .NET Core 6

$
0
0

I tried to configure the page title in my Blazor Server application but, unfortunatelly, the tag <PageTitle> not working. This project was started before Microsoft release .NET Core 6 and, after that, I migrated my application to this version.

There aren't errors in compiling or running.

Example page:

@page "/page"<PageTitle>My page title</PageTitle>...

Viewing all articles
Browse latest Browse all 4839

Trending Articles