diff --git a/aspnetcore/blazor/security/index.md b/aspnetcore/blazor/security/index.md index 3a820c5ffc9b..083f29812e25 100644 --- a/aspnetcore/blazor/security/index.md +++ b/aspnetcore/blazor/security/index.md @@ -1201,7 +1201,7 @@ Although the :::moniker range=">= aspnetcore-8.0" -Razor components of Blazor Web Apps never display `` content when authorization fails server-side during static server-side rendering (static SSR). The server-side ASP.NET Core pipeline processes authorization on the server. Use server-side techniques to handle unauthorized requests. For more information, see . +Razor components of Blazor Web Apps never display `` content when authorization fails server-side during static server-side rendering (static SSR). The server-side ASP.NET Core pipeline processes authorization on the server. Use server-side techniques, such as configuring to handle unauthorized requests. For more information, see . :::moniker-end