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 a72cd19 commit b259981Copy full SHA for b259981
aspnetcore/blazor/security/index.md
@@ -502,7 +502,7 @@ The preceding code establishes a `Context` for the inner <xref:Microsoft.AspNetC
502
503
For more information, including configuration guidance, see <xref:security/authorization/roles>.
504
505
-For policy-based authorization, use the <xref:Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Policy> parameter with a single policy:
+For policy-based authorization, use the <xref:Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Policy> parameter with a single policy name:
506
507
```razor
508
<AuthorizeView Policy="Over21">
0 commit comments