From 9a51e83d89387fe3454dba1ba4f45b24295f5919 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 8 Dec 2025 15:12:49 +0000 Subject: [PATCH 1/3] Initial plan From d4727dacaef2a64568ca96f47bd4b85af43b4a90 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 8 Dec 2025 15:17:36 +0000 Subject: [PATCH 2/3] Fix typo and add language spec to code block Co-authored-by: guardrex <1622880+guardrex@users.noreply.github.com> --- aspnetcore/blazor/components/render-modes.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/aspnetcore/blazor/components/render-modes.md b/aspnetcore/blazor/components/render-modes.md index 213a28e648b2..8c93971f7b65 100644 --- a/aspnetcore/blazor/components/render-modes.md +++ b/aspnetcore/blazor/components/render-modes.md @@ -1,11 +1,12 @@ --- 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' ms.author: wpickett ms.custom: mvc -ms.date: 11/11/2025 +ms.date: 12/08/2025 uid: blazor/components/render-modes --- # ASP.NET Core Blazor render modes @@ -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. From 4c19378eee41e0ab9696a2cb036db74b6b6e165f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 8 Dec 2025 15:32:32 +0000 Subject: [PATCH 3/3] Revert ms.date back to 11/11/2025 per review feedback Co-authored-by: guardrex <1622880+guardrex@users.noreply.github.com> --- aspnetcore/blazor/components/render-modes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/blazor/components/render-modes.md b/aspnetcore/blazor/components/render-modes.md index 8c93971f7b65..e29838d1325f 100644 --- a/aspnetcore/blazor/components/render-modes.md +++ b/aspnetcore/blazor/components/render-modes.md @@ -6,7 +6,7 @@ description: Learn about Blazor render modes and how to apply them in Blazor Web monikerRange: '>= aspnetcore-8.0' ms.author: wpickett ms.custom: mvc -ms.date: 12/08/2025 +ms.date: 11/11/2025 uid: blazor/components/render-modes --- # ASP.NET Core Blazor render modes