blazor-adminlte
blazor-adminlte copied to clipboard
Page Title
After Setup all things i get this error when set title on any page Severity Code Description Project File Line Suppression State Error (active) RZ9985 Multiple components use the tag 'PageTitle'. Components: Microsoft.AspNetCore.Components.Web.PageTitle, Blazor.AdminLte.PageTitle e:\AProjects\StewardPlush\StewardPlushUI\Shared\sessionout.razor 5
Anybody know any solution
If NET 6, try
<Blazor.AdminLte.PageTitle>Title</Blazor.AdminLte.PageTitle>
What other changes are there with this project when using NET 6? For example, when I install this, then the namespace Blazor.AdminLte.Site is not found. I am using WASM not hosted.
@scottycroy try this https://www.blazor.zone/ i try with server and WASM Not hosted and both working fine look once if you like it