From a4db131c6971e8c9f13722209e7afa2c37864c69 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:09:07 -0400 Subject: [PATCH] Language updates to loop varaible content (#33649) --- aspnetcore/blazor/components/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/blazor/components/index.md b/aspnetcore/blazor/components/index.md index cf49923f5d..52be13b3f5 100644 --- a/aspnetcore/blazor/components/index.md +++ b/aspnetcore/blazor/components/index.md @@ -1268,7 +1268,7 @@ Consider the following `RenderFragmentChild2` component that has both a componen When rendering the `RenderFragmentChild2` component in a parent component, use a local index variable (`ct` in the following example) instead of the loop variable (`c`) when assigning the component parameter value and providing the child component's content: ```razor -
for
loop and an index variable