From 12b1b0f8a078b4c7340a6a326f06f22313f8fbcb Mon Sep 17 00:00:00 2001 From: Edithabich Date: Thu, 4 Jan 2024 16:07:19 +0300 Subject: [PATCH 1/6] SEO-178901-mvc-page-with-redirect --- aspnetmvc/Chart/3D-Chart.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/aspnetmvc/Chart/3D-Chart.md b/aspnetmvc/Chart/3D-Chart.md index c17182db..860923de 100644 --- a/aspnetmvc/Chart/3D-Chart.md +++ b/aspnetmvc/Chart/3D-Chart.md @@ -33,7 +33,7 @@ For rendering a 3D Column Chart, specify the series **Type** as **Column** in th ![](3D-Chart_images/3D-Chart_img1.png) -[Click](https://mvc.syncfusion.com/demos/web/chart/column3d) here to view the Column 3DChart online demo sample. +[Click](https://ej2.syncfusion.com/aspnetmvc/ThreeDimensionalChart/Column#/bootstrap5) here to view the Column 3DChart online demo sample. ## 3D Bar Chart @@ -57,7 +57,7 @@ You can create a 3D Bar Chart by setting the series **Type** as **Bar** in the c ![](3D-Chart_images/3D-Chart_img2.png) -[Click](https://mvc.syncfusion.com/demos/web/chart/bar3d) here to view the Bar 3DChart online demo sample. +[Click](https://ej2.syncfusion.com/aspnetmvc/ThreeDimensionalChart/Bar#/bootstrap5) here to view the Bar 3DChart online demo sample. ## 3D Stacked Column Chart @@ -111,7 +111,7 @@ You can create a 3D Stacked Column Chart by setting the series **Type** as **Sta ![](3D-Chart_images/3D-Chart_img4.png) -[Click](https://mvc.syncfusion.com/demos/web/chart/stackingcolumn1003d) here to view the 100% Stacked Column 3DChart online demo sample. +[Click](https://ej2.syncfusion.com/aspnetmvc/ThreeDimensionalChart/StackedColumn#/bootstrap5) here to view the 100% Stacked Column 3DChart online demo sample. ## 3D Stacked Bar Chart @@ -138,7 +138,7 @@ To create Stacking Bar 3DChart, set the series **Type** as **StackingBar** in th ![](3D-Chart_images/3D-Chart_img5.png) -[Click](https://mvc.syncfusion.com/demos/web/chart/stackingbar3d) here to view the Stacked Bar 3DChart online demo sample. +[Click](https://ej2.syncfusion.com/aspnetmvc/ThreeDimensionalChart/StackedBar#/bootstrap5) here to view the Stacked Bar 3DChart online demo sample. ## 3D 100% Stacked Bar Chart @@ -165,7 +165,7 @@ You can create 100% Stacking Bar 3DChart by setting the series **Type** as **Sta ![](3D-Chart_images/3D-Chart_img6.png) -[Click](https://mvc.syncfusion.com/demos/web/chart/stackingbar1003d) here to view the 100% Stacked Bar 3DChart online demo sample. +[Click](https://ej2.syncfusion.com/aspnetmvc/ThreeDimensionalChart/StackedBar100#/bootstrap5) here to view the 100% Stacked Bar 3DChart online demo sample. ## 3D Pie Chart @@ -240,7 +240,7 @@ To render the EjChart in 3D view, set the **Enable3D** option as **true** in the ![](3D-Chart_images/3D-Chart_img9.png) -[Click](https://mvc.syncfusion.com/demos/web/chart/column3d) here to view the 3DChart online demo sample. +[Click](https://ej2.syncfusion.com/aspnetmvc/ThreeDimensionalChart/Column#/bootstrap5) here to view the 3DChart online demo sample. ### Placing Bar / Column kind of series side-by-side From 4f6607a590b9caf38c7bf14e7d63f97fa6714a38 Mon Sep 17 00:00:00 2001 From: Edithabich Date: Fri, 5 Jan 2024 11:57:28 +0300 Subject: [PATCH 2/6] SEO-178901-mvc-page-with-redirect --- aspnetmvc/Chart/3D-Chart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetmvc/Chart/3D-Chart.md b/aspnetmvc/Chart/3D-Chart.md index 860923de..1feeabb9 100644 --- a/aspnetmvc/Chart/3D-Chart.md +++ b/aspnetmvc/Chart/3D-Chart.md @@ -111,7 +111,7 @@ You can create a 3D Stacked Column Chart by setting the series **Type** as **Sta ![](3D-Chart_images/3D-Chart_img4.png) -[Click](https://ej2.syncfusion.com/aspnetmvc/ThreeDimensionalChart/StackedColumn#/bootstrap5) here to view the 100% Stacked Column 3DChart online demo sample. +[Click](https://ej2.syncfusion.com/aspnetmvc/ThreeDimensionalChart/StackedColumn100#/bootstrap5) here to view the 100% Stacked Column 3DChart online demo sample. ## 3D Stacked Bar Chart From 85e6f0b3e03050954e41dcb43211407d49c0de59 Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Fri, 12 Jan 2024 12:38:09 +0300 Subject: [PATCH 3/6] SEO-178943-Redirect-Links-MVC --- aspnetmvc/DatePicker/Getting-Started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetmvc/DatePicker/Getting-Started.md b/aspnetmvc/DatePicker/Getting-Started.md index 196beb40..915d3e22 100644 --- a/aspnetmvc/DatePicker/Getting-Started.md +++ b/aspnetmvc/DatePicker/Getting-Started.md @@ -20,7 +20,7 @@ CSS file External script files -* [jQuery](http://jquery.com/#) (from the version 1.7.1 to 3.1.0) +* [jQuery](https://jquery.com/) (from the version 1.7.1 to 3.1.0) jQuery.easing external dependency has been removed from version 14.3.0.49 onwards. Kindly include this jQuery.easing dependency for versions lesser than 14.3.0.49 in order to support animation effects. Internal script files @@ -53,7 +53,7 @@ You can make use of **ej.web.all.min.js** file which encapsulates all EJMVC comp If you are using NuGet packages, then required files to render the EJMVC components, will get included in corresponding location automatically in your application. -N> In production, we highly recommend you to use our [custom script generator](http://helpjs.syncfusion.com/js/include-only-the-needed-widgets#) to create custom script file with required controls and its dependencies only. Also to reduce the file size further please use [GZip compression](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/optimize-encoding-and-transfer?hl=en#text-compression-with-gzip) in your server. +N> In production, we highly recommend you to use our [custom script generator](https://help.syncfusion.com/js/overview) to create custom script file with required controls and its dependencies only. Also to reduce the file size further please use [GZip compression](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/optimize-encoding-and-transfer?hl=en#text-compression-with-gzip) in your server. Below is a simple Layout CSHTML file with required CSS and script reference added to create the Essential ASP.NET MVC DatePicker From 6d15e4af2fc36d4dee6c60d37a796d07527522dd Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Mon, 15 Jan 2024 11:51:43 +0300 Subject: [PATCH 4/6] SEO-178943-Redirect-Links-MVC1 --- aspnetmvc/Chart/Chart-Series.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetmvc/Chart/Chart-Series.md b/aspnetmvc/Chart/Chart-Series.md index a91c859c..f997c787 100644 --- a/aspnetmvc/Chart/Chart-Series.md +++ b/aspnetmvc/Chart/Chart-Series.md @@ -47,7 +47,7 @@ In EjChart, you can add multiple series object in the **Series** options. The se ![](Chart-Series_images/Chart-Series_img1.png) -[Click](https://mvc.syncfusion.com/demos/web/chart/column) here to view the multiple series online demo sample. +[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Column#/bootstrap5) here to view the multiple series online demo sample. ### Customizing all series together @@ -129,7 +129,7 @@ EjChart allows you to render the combination of different series in the chart. ![](Chart-Series_images/Chart-Series_img3.png) -[Click](https://mvc.syncfusion.com/demos/web/chart/combination) here to view the combination series online demo sample. +[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/CombinationSeries#/bootstrap5) here to view the combination series online demo sample. ### Limitation of combination chart From 251ad5ec41475f058a11f4c0b4f53e04008349ee Mon Sep 17 00:00:00 2001 From: Edithabich Date: Mon, 15 Jan 2024 12:23:16 +0300 Subject: [PATCH 5/6] SEO-178901-mvc-ug-page-with-redirect-links --- aspnetmvc/Schedule/Data-binding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetmvc/Schedule/Data-binding.md b/aspnetmvc/Schedule/Data-binding.md index 3a6295d6..acd52ac9 100644 --- a/aspnetmvc/Schedule/Data-binding.md +++ b/aspnetmvc/Schedule/Data-binding.md @@ -863,7 +863,7 @@ The server-side code to load the Scheduler data on demand is as follows. ## Entity Framework Data Binding -The appointment data can be bound to the Scheduler through Entity Framework which supports Entity Data Model(EDM) defining the data at conceptual level. To know more on how to create and use the Entity Data Model, refer [here.](https://msdn.microsoft.com/en-us/library/bb399182%28v=vs.100%29.aspx) +The appointment data can be bound to the Scheduler through Entity Framework which supports Entity Data Model(EDM) defining the data at conceptual level. To know more on how to create and use the Entity Data Model, refer [here.](https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/bb399182(v=vs.100)?redirectedfrom=MSDN) {% highlight razor %} From c16acc3dae4235c15de7f858f035b5b928a1d88b Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Tue, 16 Jan 2024 09:41:17 +0300 Subject: [PATCH 6/6] Update Getting-Started.md --- aspnetmvc/DatePicker/Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetmvc/DatePicker/Getting-Started.md b/aspnetmvc/DatePicker/Getting-Started.md index 915d3e22..4d2746b5 100644 --- a/aspnetmvc/DatePicker/Getting-Started.md +++ b/aspnetmvc/DatePicker/Getting-Started.md @@ -53,7 +53,7 @@ You can make use of **ej.web.all.min.js** file which encapsulates all EJMVC comp If you are using NuGet packages, then required files to render the EJMVC components, will get included in corresponding location automatically in your application. -N> In production, we highly recommend you to use our [custom script generator](https://help.syncfusion.com/js/overview) to create custom script file with required controls and its dependencies only. Also to reduce the file size further please use [GZip compression](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/optimize-encoding-and-transfer?hl=en#text-compression-with-gzip) in your server. +N> In production, we highly recommend you to use our [custom script generator](https://help.syncfusion.com/js/custom-script-generator) to create custom script file with required controls and its dependencies only. Also to reduce the file size further please use [GZip compression](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/optimize-encoding-and-transfer?hl=en#text-compression-with-gzip) in your server. Below is a simple Layout CSHTML file with required CSS and script reference added to create the Essential ASP.NET MVC DatePicker