From 18b9fecf26d2311e6341a6625cb90c2f3dedd2fa Mon Sep 17 00:00:00 2001 From: Abinesh Date: Wed, 5 Nov 2025 16:33:51 +0530 Subject: [PATCH] Change file extension from .razor to .cs in snippets --- blazor/data-form/form-group.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blazor/data-form/form-group.md b/blazor/data-form/form-group.md index 3cc4293dff..a846ca7d79 100644 --- a/blazor/data-form/form-group.md +++ b/blazor/data-form/form-group.md @@ -37,7 +37,7 @@ The DataForm component provides the functionality to organize various form group {% endhighlight %} {% highlight C# tabtitle="C#" %} -{% include_relative code-snippet/form-group/multiple-form-group.razor %} +{% include_relative code-snippet/form-group/multiple-form-group.cs %} {% endhighlight %} {% endtabs %} @@ -56,7 +56,7 @@ This section explains how to configure the DataForm component on dividing the co {% endhighlight %} {% highlight C# tabtitle="C#" %} -{% include_relative code-snippet/form-group/column-layout.razor %} +{% include_relative code-snippet/form-group/column-layout.cs %} {% endhighlight %} {% endtabs %}