We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3d679 commit ab8cfa6Copy full SHA for ab8cfa6
aspnetcore/blazor/security/index.md
@@ -128,7 +128,7 @@ The <xref:Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvi
128
:::moniker range=">= aspnetcore-8.0"
129
130
```razor
131
-@page "/claims-principle-data"
+@page "/claims-principal-data"
132
@using System.Security.Claims
133
@inject AuthenticationStateProvider AuthenticationStateProvider
134
@@ -185,7 +185,7 @@ In the preceding example:
185
:::moniker range="< aspnetcore-8.0"
186
187
188
189
190
191
0 commit comments