You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/blazor/components/render-modes.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,12 @@
1
1
---
2
2
title: ASP.NET Core Blazor render modes
3
+
ai-usage: ai-assisted
3
4
author: guardrex
4
5
description: Learn about Blazor render modes and how to apply them in Blazor Web Apps.
5
6
monikerRange: '>= aspnetcore-8.0'
6
7
ms.author: wpickett
7
8
ms.custom: mvc
8
-
ms.date: 11/11/2025
9
+
ms.date: 12/08/2025
9
10
uid: blazor/components/render-modes
10
11
---
11
12
# ASP.NET Core Blazor render modes
@@ -156,7 +157,7 @@ The <xref:Microsoft.AspNetCore.Components.Routing.Router> component propagates i
156
157
157
158
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:
158
159
159
-
```
160
+
```razor
160
161
<HeadOutlet @rendermode="InteractiveServer" />
161
162
```
162
163
@@ -173,7 +174,7 @@ To enable global interactivity when creating a Blazor Web App:
0 commit comments