Skip to content

Commit b259981

Browse files
authored
[Blazor] Security overview - Policy name (#34030)
1 parent a72cd19 commit b259981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/blazor/security/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ The preceding code establishes a `Context` for the inner <xref:Microsoft.AspNetC
502502

503503
For more information, including configuration guidance, see <xref:security/authorization/roles>.
504504

505-
For policy-based authorization, use the <xref:Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Policy> parameter with a single policy:
505+
For policy-based authorization, use the <xref:Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Policy> parameter with a single policy name:
506506

507507
```razor
508508
<AuthorizeView Policy="Over21">

0 commit comments

Comments
 (0)