From bdd37839001c2c7e3ed0f00dd6666dd194bed2fa Mon Sep 17 00:00:00 2001 From: hillary-ochieng Date: Mon, 19 May 2025 12:10:13 +0300 Subject: [PATCH 1/2] SEO-201908-blazor-page-with-redirect1 --- blazor/context-menu/getting-started-with-web-app.md | 2 +- blazor/dialog/getting-started.md | 2 +- blazor/pivot-table/how-to/customize-number-and-date-format.md | 2 +- blazor/pivot-table/how-to/hide-empty-headers.md | 2 +- blazor/rich-text-editor/getting-started.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/blazor/context-menu/getting-started-with-web-app.md b/blazor/context-menu/getting-started-with-web-app.md index e23c909c8b..d52c225c77 100644 --- a/blazor/context-menu/getting-started-with-web-app.md +++ b/blazor/context-menu/getting-started-with-web-app.md @@ -23,7 +23,7 @@ This section briefly explains about how to include [Blazor ContextMenu](https:// You can create a **Blazor Web App** using Visual Studio 2022 via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-8.0&pivots=vs) or the [Syncfusion® Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-integration/template-studio). -You need to configure the corresponding [Interactive render mode](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-8.0#render-modes) and [Interactivity location](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-8.0&pivots=windows) while creating a Blazor Web Application. +You need to configure the corresponding [Interactive render mode](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-8.0#render-modes) and [Interactivity location](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-8.0&pivots=vs) while creating a Blazor Web Application. ## Install Syncfusion® Blazor Navigations and Themes NuGet in the Blazor Web App diff --git a/blazor/dialog/getting-started.md b/blazor/dialog/getting-started.md index f2bdef622c..c7feac5c50 100644 --- a/blazor/dialog/getting-started.md +++ b/blazor/dialog/getting-started.md @@ -25,7 +25,7 @@ To get start quickly with Blazor Dialog component, you can check on this video o ## Create a new Blazor App in Visual Studio -You can create a **Blazor WebAssembly App** using Visual Studio via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-7.0) or the [Syncfusion® Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-integration/template-studio). +You can create a **Blazor WebAssembly App** using Visual Studio via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-7.0&pivots=vs) or the [Syncfusion® Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-integration/template-studio). ## Install Syncfusion® Blazor Popups and Themes NuGet in the App diff --git a/blazor/pivot-table/how-to/customize-number-and-date-format.md b/blazor/pivot-table/how-to/customize-number-and-date-format.md index ed698e757a..bcdc166954 100644 --- a/blazor/pivot-table/how-to/customize-number-and-date-format.md +++ b/blazor/pivot-table/how-to/customize-number-and-date-format.md @@ -100,4 +100,4 @@ For date and time, the formatting settings required to apply through code behind As per Firefox and Edge browsers standards, most of the date and time formats used in data source aren’t supported. For example: Apr-2000, Apr-01-2000, 01-03-2000, 2000-Apr-01 etc. are not supported. Meanwhile [ISO formats](https://262.ecma-international.org/5.1/#sec-15.9.1.15) will be supported across all browsers. -N> You can refer to our [Blazor Pivot Table](https://www.syncfusion.com/blazor-components/blazor-pivot-table) feature tour page for its groundbreaking feature representations. You can also explore our [Blazor Pivot Table example](https://blazor.syncfusion.com/demos/pivot-table/default-functionalities?theme=bootstrap4) to know how to render and configure the pivot table. \ No newline at end of file +N> You can refer to our [Blazor Pivot Table](https://www.syncfusion.com/blazor-components/blazor-pivot-table) feature tour page for its groundbreaking feature representations. You can also explore our [Blazor Pivot Table example](https://blazor.syncfusion.com/demos/pivot-table/default-functionalities?theme=bootstrap5) to know how to render and configure the pivot table. \ No newline at end of file diff --git a/blazor/pivot-table/how-to/hide-empty-headers.md b/blazor/pivot-table/how-to/hide-empty-headers.md index b81c7ca5c8..6f6fa6cfd4 100644 --- a/blazor/pivot-table/how-to/hide-empty-headers.md +++ b/blazor/pivot-table/how-to/hide-empty-headers.md @@ -50,4 +50,4 @@ N> By default, this property is set as **true**. ``` -N> You can refer to [Blazor Pivot Table](https://www.syncfusion.com/blazor-components/blazor-pivot-table) feature tour page for its groundbreaking feature representations. You can also explore [Blazor Pivot Table example](https://blazor.syncfusion.com/demos/pivot-table/default-functionalities?theme=bootstrap4) to know how to render and configure the pivot table. \ No newline at end of file +N> You can refer to [Blazor Pivot Table](https://www.syncfusion.com/blazor-components/blazor-pivot-table) feature tour page for its groundbreaking feature representations. You can also explore [Blazor Pivot Table example](https://blazor.syncfusion.com/demos/pivot-table/default-functionalities?theme=bootstrap5) to know how to render and configure the pivot table. \ No newline at end of file diff --git a/blazor/rich-text-editor/getting-started.md b/blazor/rich-text-editor/getting-started.md index c898fafac4..177b181acd 100644 --- a/blazor/rich-text-editor/getting-started.md +++ b/blazor/rich-text-editor/getting-started.md @@ -30,7 +30,7 @@ N> You can also explore our [Blazor Rich Text Editor](https://blazor.syncfusion. ## Create a new Blazor App in Visual Studio -You can create a **Blazor WebAssembly App** using Visual Studio via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-7.0) or the [Syncfusion® Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-integration/template-studio). +You can create a **Blazor WebAssembly App** using Visual Studio via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-7.0&pivots=vs) or the [Syncfusion® Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-integration/template-studio). ## Install Syncfusion® Blazor Rich Text Editor and Themes NuGet in the App From 1c2aa19e372a62d5f4d007611f203a7b39b56ba4 Mon Sep 17 00:00:00 2001 From: hillary-ochieng Date: Fri, 23 May 2025 10:32:54 +0300 Subject: [PATCH 2/2] Issue fix --- blazor/context-menu/getting-started-with-web-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blazor/context-menu/getting-started-with-web-app.md b/blazor/context-menu/getting-started-with-web-app.md index d52c225c77..e23c909c8b 100644 --- a/blazor/context-menu/getting-started-with-web-app.md +++ b/blazor/context-menu/getting-started-with-web-app.md @@ -23,7 +23,7 @@ This section briefly explains about how to include [Blazor ContextMenu](https:// You can create a **Blazor Web App** using Visual Studio 2022 via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-8.0&pivots=vs) or the [Syncfusion® Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-integration/template-studio). -You need to configure the corresponding [Interactive render mode](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-8.0#render-modes) and [Interactivity location](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-8.0&pivots=vs) while creating a Blazor Web Application. +You need to configure the corresponding [Interactive render mode](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-8.0#render-modes) and [Interactivity location](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-8.0&pivots=windows) while creating a Blazor Web Application. ## Install Syncfusion® Blazor Navigations and Themes NuGet in the Blazor Web App