blazor-adminlte icon indicating copy to clipboard operation
blazor-adminlte copied to clipboard

Page Title

Open Vikas8881 opened this issue 3 years ago • 3 comments

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

Vikas8881 avatar Jan 12 '22 18:01 Vikas8881

If NET 6, try

<Blazor.AdminLte.PageTitle>Title</Blazor.AdminLte.PageTitle>

daniellor avatar Jan 18 '22 07:01 daniellor

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 avatar Mar 13 '22 13:03 scottycroy

@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

Vikas8881 avatar Mar 15 '22 20:03 Vikas8881