Skip to content

Commit 7ac0899

Browse files
Copilotguardrex
andauthored
Freshness review: Blazor Render Modes article (#36464)
* Initial plan * Fix typo and add language spec to code block Co-authored-by: guardrex <[email protected]> * Revert ms.date back to 11/11/2025 per review feedback Co-authored-by: guardrex <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: guardrex <[email protected]>
1 parent 6a37df4 commit 7ac0899

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

aspnetcore/blazor/components/render-modes.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: ASP.NET Core Blazor render modes
3+
ai-usage: ai-assisted
34
author: guardrex
45
description: Learn about Blazor render modes and how to apply them in Blazor Web Apps.
56
monikerRange: '>= aspnetcore-8.0'
@@ -156,7 +157,7 @@ The <xref:Microsoft.AspNetCore.Components.Routing.Router> component propagates i
156157

157158
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:
158159

159-
```
160+
```razor
160161
<HeadOutlet @rendermode="InteractiveServer" />
161162
```
162163

@@ -173,7 +174,7 @@ To enable global interactivity when creating a Blazor Web App:
173174

174175
For more information, see <xref:blazor/tooling>.
175176

176-
## Apply a render mode programatically
177+
## Apply a render mode programmatically
177178

178179
Properties and fields can assign a render mode.
179180

0 commit comments

Comments
 (0)