From 14bf2488a64b0d97b6bb121ccc2162653ea815c0 Mon Sep 17 00:00:00 2001 From: Kokila Poovendran Date: Wed, 10 Dec 2025 13:10:19 +0530 Subject: [PATCH] 988174: Review corrections addressed --- blazor/rich-text-editor/import-export.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blazor/rich-text-editor/import-export.md b/blazor/rich-text-editor/import-export.md index 758dd7477c..f267977cb7 100644 --- a/blazor/rich-text-editor/import-export.md +++ b/blazor/rich-text-editor/import-export.md @@ -266,7 +266,7 @@ You can add additional data with the word file uploaded from the Rich Text Edito {% endtabs %} {% tabs %} -{% highlight cshtml tabtitle="controller.cs" %} +{% highlight cs tabtitle="controller.cs" %} using System; using System.IO; @@ -386,7 +386,7 @@ While clicking on the export button, it makes a call to the Export to HTML servi Here, the [Syncfusion.DocIO](https://libraries.io/nuget/Syncfusion.DocIO.NET) values are converted into document type and then converted to HTML format. {% tabs %} -{% highlight cshtml tabtitle="~/ExportService.cs" %} +{% highlight cs tabtitle="~/ExportService.cs" %} public void ExportToHtml(string value) { @@ -464,7 +464,7 @@ The following example demonstrates how to pass authentication tokens and custom {% endtabs %} {% tabs %} -{% highlight controller %} +{% highlight cs tabtitle="controller.cs" %} using System; using System.IO;