diff --git a/aspnetcore/blazor/components/render-modes.md b/aspnetcore/blazor/components/render-modes.md index 213a28e648b2..e29838d1325f 100644 --- a/aspnetcore/blazor/components/render-modes.md +++ b/aspnetcore/blazor/components/render-modes.md @@ -1,5 +1,6 @@ --- title: ASP.NET Core Blazor render modes +ai-usage: ai-assisted author: guardrex description: Learn about Blazor render modes and how to apply them in Blazor Web Apps. monikerRange: '>= aspnetcore-8.0' @@ -156,7 +157,7 @@ The component propagates i You also typically must set the same interactive render mode on the [`HeadOutlet` component](xref:blazor/components/control-head-content#headoutlet-component), which is also found in the `App` component of a Blazor Web App generated from the project template: -``` +```razor ``` @@ -173,7 +174,7 @@ To enable global interactivity when creating a Blazor Web App: For more information, see . -## Apply a render mode programatically +## Apply a render mode programmatically Properties and fields can assign a render mode.