From dd778cf9d471d38178b124148043bbd1a28f4889 Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Mon, 12 Jun 2023 14:10:13 +0530 Subject: [PATCH 1/2] SEO-172685-asp-net-core-redirection-tool-fixes-1 --- aspnet-core/Gantt/Columns.md | 4 ++-- aspnet-core/Gantt/Editing.md | 2 +- .../GettingStarted/Getting-Started-1-1-0.md | 8 ++++---- .../GettingStarted/Getting-Started-2-0.md | 8 ++++---- .../GettingStarted/Getting-Started-2-x.md | 16 ++++++++-------- .../Getting-Started-Linux-1-0-1.md | 6 +++--- .../Getting-Started-Linux-1-1-0.md | 8 ++++---- .../Getting-Started-Linux-2-0-0.md | 10 +++++----- .../GettingStarted/Getting-Started-Mac-1-0-1.md | 8 ++++---- .../GettingStarted/Getting-Started-Mac-1-1-0.md | 8 ++++---- .../GettingStarted/Getting-Started-VS2017.md | 2 +- .../aspnet-core-in-bash-on-windows.md | 4 ++-- .../GettingStarted/getting-started-with-razor.md | 4 ++-- aspnet-core/Grid/Cell.md | 2 +- aspnet-core/Grid/Columns.md | 4 ++-- aspnet-core/Grid/Data-Adaptors.md | 2 +- aspnet-core/Grid/Data-Binding.md | 4 ++-- aspnet-core/Grid/Editing.md | 6 +++--- aspnet-core/Grid/Enable-Persistence.md | 4 ++-- aspnet-core/Grid/Exporting.md | 4 ++-- aspnet-core/Grid/Filtering.md | 4 ++-- aspnet-core/Grid/Getting-Started.md | 2 +- aspnet-core/Grid/Grouping.md | 2 +- aspnet-core/Grid/Localization.md | 2 +- aspnet-core/Grid/Print-Grid.md | 4 ++-- aspnet-core/Grid/Summary.md | 2 +- aspnet-core/Kanban/Overview.md | 2 +- aspnet-core/Kanban/Styling.md | 2 +- aspnet-core/Licensing/how-to-generate.md | 4 ++-- aspnet-core/Licensing/licensing-errors.md | 2 +- ...ring-syncfusion-account-for-nuget-org-user.md | 4 ++-- .../where-can-i-get-a-license-key.md | 6 +++--- aspnet-core/Licensing/overview.md | 2 +- aspnet-core/installation/Installation-Errors.md | 4 ++-- .../mac-installer/how-to-download.md | 2 +- .../offline-installer/how-to-download.md | 4 ++-- .../offline-installer/how-to-install.md | 2 +- .../web-installer/how-to-download.md | 4 ++-- .../installation/web-installer/how-to-install.md | 2 +- 39 files changed, 85 insertions(+), 85 deletions(-) diff --git a/aspnet-core/Gantt/Columns.md b/aspnet-core/Gantt/Columns.md index 6e9d6da9..fa777453 100644 --- a/aspnet-core/Gantt/Columns.md +++ b/aspnet-core/Gantt/Columns.md @@ -40,9 +40,9 @@ It is possible to format a column using `load` event. The following code example } {% endhighlight %} -Note: For more numeric format strings, please refer this [link](https://msdn.microsoft.com/library/dwhawy9k(v=vs.100).aspx). +Note: For more numeric format strings, please refer this [link](https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/dwhawy9k(v=vs.100)?redirectedfrom=MSDN). -For more date format strings, please refer this [link](https://msdn.microsoft.com/library/az4se3k1(v=vs.100).aspx). +For more date format strings, please refer this [link](https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/az4se3k1(v=vs.100)?redirectedfrom=MSDN). ## Column Resizing diff --git a/aspnet-core/Gantt/Editing.md b/aspnet-core/Gantt/Editing.md index 15b9b16c..f440847d 100644 --- a/aspnet-core/Gantt/Editing.md +++ b/aspnet-core/Gantt/Editing.md @@ -359,7 +359,7 @@ $("#updateRecordByRowIndex").click(function () { {% endhighlight %} -You can find the JS playground sample for this [here](http://jsplayground.syncfusion.com/Sync_w5suulh5). +You can find the JS playground sample for this [here](https://jsplayground.syncfusion.com/Sync_w5suulh5). N> Using these methods we can't update the task id value. diff --git a/aspnet-core/GettingStarted/Getting-Started-1-1-0.md b/aspnet-core/GettingStarted/Getting-Started-1-1-0.md index 92d3814a..9672231c 100644 --- a/aspnet-core/GettingStarted/Getting-Started-1-1-0.md +++ b/aspnet-core/GettingStarted/Getting-Started-1-1-0.md @@ -10,7 +10,7 @@ documentation: ug # Getting Started with ASP.NET Core Application -> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. +> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. ## ASP.NET Core 1.1.0 Application Using Visual Studio 2015 @@ -142,7 +142,7 @@ The following steps helps to create a ASP.NET Core web application to configure -* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. If you want to create any other specific type project, need to specify the **-****t** (template) key in command before the project type name. To know more about the project options and its syntax declarations refer the [.NET](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new#) link. +* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. If you want to create any other specific type project, need to specify the **-****t** (template) key in command before the project type name. To know more about the project options and its syntax declarations refer the [.NET](https://learn.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new) link. {% highlight text %} @@ -284,11 +284,11 @@ N> jQuery.easing external dependency has been removed from version 14.3.0.49 onw * Visual Studio [Code](https://code.visualstudio.com/#) * DotNetCore [1.1.0 (Preview 2)](https://go.microsoft.com/fwlink/?LinkID=835014). -To create an ASP.NET Core 1.1.0 application, we will use the [**yeoman**](http://yeoman.io/#) tool. This is a scaffolding tool for Modern web apps and helps us to quick start a new web project. +To create an ASP.NET Core 1.1.0 application, we will use the [**yeoman**](https://yeoman.io/) tool. This is a scaffolding tool for Modern web apps and helps us to quick start a new web project. Since **Visual Studio Code** uses folder structure for storing files of application, we will create a folder of the name **ASP.NET** -* Install Node from [https://nodejs.org/](https://nodejs.org/#) +* Install Node from [https://nodejs.org/](https://nodejs.org/en) * Open the Command prompt window in Administrator mode and execute the below mentioned command to install the **Yeoman** tool in your local machine by using **npm**. {% highlight text %} diff --git a/aspnet-core/GettingStarted/Getting-Started-2-0.md b/aspnet-core/GettingStarted/Getting-Started-2-0.md index f4f66f5c..5fd6f952 100644 --- a/aspnet-core/GettingStarted/Getting-Started-2-0.md +++ b/aspnet-core/GettingStarted/Getting-Started-2-0.md @@ -10,7 +10,7 @@ documentation: ug # Getting Started -> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. +> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. ## ASP.NET Core 2.0 Application Using Visual Studio 2017 version 15.3 @@ -130,7 +130,7 @@ The following steps helps to create a ASP.NET Core web application to configure -* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. To know more about the project options and its syntax declarations refer the [.NET](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new#) link. +* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. To know more about the project options and its syntax declarations refer the [.NET](https://learn.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new) link. * Run the below command to know about project creation templates. @@ -280,11 +280,11 @@ N> jQuery.easing external dependency has been removed from version 14.3.0.49 onw * DotNetCore 2.0 [x86 Installer](https://download.microsoft.com/download/0/F/D/0FD852A4-7EA1-4E2A-983A-0484AC19B92C/dotnet-sdk-2.0.0-win-x86.exe). -To create an ASP.NET Core 2.0 application, we will use the [**yeoman**](http://yeoman.io/#) tool. This is a scaffolding tool for Modern web apps and helps us to quick start a new web project. +To create an ASP.NET Core 2.0 application, we will use the [**yeoman**](https://yeoman.io/#) tool. This is a scaffolding tool for Modern web apps and helps us to quick start a new web project. Since **Visual Studio Code** uses folder structure for storing files of application, we will create a folder of the name **ASP.NET** -* Install Node from [https://nodejs.org/](https://nodejs.org/#) +* Install Node from [https://nodejs.org/](https://nodejs.org/en) * Open the Command prompt window in Administrator mode and execute the below mentioned command to install the **Yeoman** tool in your local machine by using **npm**. {% highlight text %} diff --git a/aspnet-core/GettingStarted/Getting-Started-2-x.md b/aspnet-core/GettingStarted/Getting-Started-2-x.md index a085d14e..cc0394f9 100644 --- a/aspnet-core/GettingStarted/Getting-Started-2-x.md +++ b/aspnet-core/GettingStarted/Getting-Started-2-x.md @@ -10,7 +10,7 @@ documentation: ug # Getting Started with ASP.NET Core Common -> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. +> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. ## ASP.NET Core 2.x Application Using Visual Studio 2017 version 15.3+ @@ -18,9 +18,9 @@ documentation: ug To work with ASP.NET Core 2.x, you need to make sure, whether you have installed the following software on your machine -* Visual Studio 2017 [version 15.5](https://www.visualstudio.com/downloads/). +* Visual Studio 2017 [version 15.5](https://visualstudio.microsoft.com/downloads/). -* DotNetCore [2.x](https://www.microsoft.com/net/download/dotnet-core). +* DotNetCore [2.x](https://dotnet.microsoft.com/download/dotnet-core). ### Configure Syncfusion UI Components in ASP.NET Core Application using NuGet packages: @@ -137,13 +137,13 @@ N> jQuery.easing external dependency has been removed from version 14.3.0.49 onw * Visual Studio [Code](https://code.visualstudio.com/#). -* DotNetCore [2.x](https://www.microsoft.com/net/download/dotnet-core). +* DotNetCore [2.x](https://dotnet.microsoft.com/download/dotnet-core). The following steps helps to create a ASP.NET Core web application to configure our components. -* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. To know more about the project options and its syntax declarations refer the [.NET](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new#) link. +* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. To know more about the project options and its syntax declarations refer the [.NET](https://learn.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new) link. * Run the below command to know about project creation templates. @@ -351,12 +351,12 @@ N> jQuery.easing external dependency has been removed from version 14.3.0.49 onw ### System Requirements: -* Visual Studio 2017 [version 15.x](https://www.visualstudio.com/downloads/). +* Visual Studio 2017 [version 15.x](https://visualstudio.microsoft.com/downloads/). -* DotNetCore [2.x](https://www.microsoft.com/net/download/dotnet-core). +* DotNetCore [2.x](https://dotnet.microsoft.com/download/dotnet-core). -To create an ASP.NET Core 2.x application, we will use the [**yeoman**](http://yeoman.io/#) tool. This is a scaffolding tool for Modern web apps and helps us to quick start a new web project. +To create an ASP.NET Core 2.x application, we will use the [**yeoman**](https://yeoman.io/#) tool. This is a scaffolding tool for Modern web apps and helps us to quick start a new web project. Since **Visual Studio Code** uses folder structure for storing files of application, we will create a folder of the name **ASP.NET** diff --git a/aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.md b/aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.md index 17998cd0..c0345cac 100644 --- a/aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.md +++ b/aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.md @@ -10,7 +10,7 @@ documentation: ug # Getting Started on Linux -> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. +> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. The below guidelines demonstrate how to create an ASP.NET Core application and configure with our components. @@ -53,7 +53,7 @@ sudo apt-get update ### Mono Installation -The [Mono Project](http://www.mono-project.com/) (powered by Xamarin) is a project that tends to make the .NET Framework available to Microsoft's foreign platforms. To run our ASP.NET Core 1.0 web application on Linux, install the Mono by executing the below commands. +The [Mono Project](https://www.mono-project.com/) (powered by Xamarin) is a project that tends to make the .NET Framework available to Microsoft's foreign platforms. To run our ASP.NET Core 1.0 web application on Linux, install the Mono by executing the below commands. * Execute this command to add the Mono's GPG key to the packages manager. @@ -152,7 +152,7 @@ dotnet new -t web {% endhighlight %} #### Building Projects with Yeoman -Yeoman is a scaffolding tool for modern web apps and helps us to quick start a new web project. The following steps helps to create an ASP.NET Core 1.0 application using [yeoman](http://yeoman.io/) tool. +Yeoman is a scaffolding tool for modern web apps and helps us to quick start a new web project. The following steps helps to create an ASP.NET Core 1.0 application using [yeoman](https://yeoman.io/) tool. Since **Visual Studio Code** uses folder structure for storing files of application, create a folder of the name **ASP.NET**. * Open the Terminal window and execute the below mentioned command to install the Node.js. diff --git a/aspnet-core/GettingStarted/Getting-Started-Linux-1-1-0.md b/aspnet-core/GettingStarted/Getting-Started-Linux-1-1-0.md index a9c918bd..47dd4839 100644 --- a/aspnet-core/GettingStarted/Getting-Started-Linux-1-1-0.md +++ b/aspnet-core/GettingStarted/Getting-Started-Linux-1-1-0.md @@ -10,7 +10,7 @@ documentation: ug # Getting Started on Linux -> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. +> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. The below guidelines demonstrate how to create an ASP.NET Core application and configure with our components. @@ -20,7 +20,7 @@ The below guidelines demonstrate how to create an ASP.NET Core application and c * Mono -* Install .NET Core [SDK](https://www.microsoft.com/net/download/linux) based on your OS version. +* Install .NET Core [SDK](https://dotnet.microsoft.com/download/linux) based on your OS version. Set up the apt-get feeds, then install .NET Core on Ubuntu or Linux Mint. Execute the below commands in terminal window to set up the apt-get feeds for Ubuntu 14.04 and 16.04. @@ -67,7 +67,7 @@ sudo apt-get update ### Mono Installation -The [Mono Project](http://www.mono-project.com/) (powered by Xamarin) is a project that tends to make the .NET Framework available to Microsoft's foreign platforms. To run our ASP.NET Core 1.1.0 web application on Linux, install the Mono by executing the below commands. +The [Mono Project](https://www.mono-project.com/) (powered by Xamarin) is a project that tends to make the .NET Framework available to Microsoft's foreign platforms. To run our ASP.NET Core 1.1.0 web application on Linux, install the Mono by executing the below commands. * Execute this command to add the Mono's GPG key to the packages manager. @@ -167,7 +167,7 @@ dotnet new -t web {% endhighlight %} #### Building Projects with Yeoman -Yeoman is a scaffolding tool for modern web apps and helps us to quick start a new web project. The following steps helps to create an ASP.NET Core 1.0 application using [yeoman](http://yeoman.io/) tool. +Yeoman is a scaffolding tool for modern web apps and helps us to quick start a new web project. The following steps helps to create an ASP.NET Core 1.0 application using [yeoman](https://yeoman.io/) tool. Since **Visual Studio Code** uses folder structure for storing files of application, create a folder of the name **ASP.NET**. * Open the Terminal window and execute the below mentioned command to install the Node.js. diff --git a/aspnet-core/GettingStarted/Getting-Started-Linux-2-0-0.md b/aspnet-core/GettingStarted/Getting-Started-Linux-2-0-0.md index c5b6f877..3b279c13 100644 --- a/aspnet-core/GettingStarted/Getting-Started-Linux-2-0-0.md +++ b/aspnet-core/GettingStarted/Getting-Started-Linux-2-0-0.md @@ -10,7 +10,7 @@ documentation: ug # Getting Started on Linux with ASP.NET Core Application -> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. +> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. The below guidelines demonstrate how to create an ASP.NET Core application and configure with our components. @@ -20,7 +20,7 @@ The below guidelines demonstrate how to create an ASP.NET Core application and c * Mono -* Install .NET Core [SDK](https://www.microsoft.com/net/download/linux) based on your OS version. +* Install .NET Core [SDK](https://dotnet.microsoft.com/download/linux) based on your OS version. Set up the apt-get feeds, then install .NET Core on Ubuntu or Linux Mint. Execute the below commands in terminal window to set up the apt-get feeds for Ubuntu 17.10 and 17.04. @@ -64,7 +64,7 @@ sudo apt-get update ### Mono Installation -The [Mono Project](http://www.mono-project.com/) (powered by Xamarin) is a project that tends to make the .NET Framework available to Microsoft's foreign platforms. To run our ASP.NET Core 2.1.4 web application on Linux, install the Mono by executing the below commands. +The [Mono Project](https://www.mono-project.com/) (powered by Xamarin) is a project that tends to make the .NET Framework available to Microsoft's foreign platforms. To run our ASP.NET Core 2.1.4 web application on Linux, install the Mono by executing the below commands. * Execute this command to add the Mono's GPG key to the packages manager. @@ -153,7 +153,7 @@ mkdir Sample * In terminal window, the following steps helps to create a ASP.NET Core web application to configure our components. -* In the terminal window, we have an options to develop a below listed types of projects. The default type as console application. To know more about the project options and its syntax declarations refer the [.NET](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new#) link. +* In the terminal window, we have an options to develop a below listed types of projects. The default type as console application. To know more about the project options and its syntax declarations refer the [.NET](https://learn.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new) link. * Run the below command to know about project creation templates. @@ -178,7 +178,7 @@ mkdir Sample #### Building Projects with Yeoman -Yeoman is a scaffolding tool for modern web apps and helps us to quick start a new web project. The following steps helps to create an ASP.NET Core 1.0 application using [yeoman](http://yeoman.io/) tool. +Yeoman is a scaffolding tool for modern web apps and helps us to quick start a new web project. The following steps helps to create an ASP.NET Core 1.0 application using [yeoman](https://yeoman.io/) tool. Since **Visual Studio Code** uses folder structure for storing files of application, create a folder of the name **ASP.NET**. * Open the Terminal window and execute the below mentioned command to install the Node.js. diff --git a/aspnet-core/GettingStarted/Getting-Started-Mac-1-0-1.md b/aspnet-core/GettingStarted/Getting-Started-Mac-1-0-1.md index f58c875f..d8d8cf1e 100644 --- a/aspnet-core/GettingStarted/Getting-Started-Mac-1-0-1.md +++ b/aspnet-core/GettingStarted/Getting-Started-Mac-1-0-1.md @@ -10,7 +10,7 @@ documentation: ug # Getting Started on Mac -> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. +> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. The below guidelines demonstrate how to create an ASP.NET Core application and configure with our components. @@ -20,7 +20,7 @@ The below guidelines demonstrate how to create an ASP.NET Core application and c * ASP.NET Core 1.0.1 [Preview2](https://go.microsoft.com/fwlink/?LinkID=827517). -* [Homebrew](http://brew.sh/) +* [Homebrew](https://brew.sh/) * OpenSSL (Latest Version) @@ -60,7 +60,7 @@ mkdir Sample -* In terminal window, you have an option to develop a below listed types of ASP.NET Core projects. The default project type as console application. If you want to create any other specific type project, then need to specify the **-t** (**template**) key in command before the project type name. To know more about the project options and its syntax declarations refer the [dotnet](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new) link. +* In terminal window, you have an option to develop a below listed types of ASP.NET Core projects. The default project type as console application. If you want to create any other specific type project, then need to specify the **-t** (**template**) key in command before the project type name. To know more about the project options and its syntax declarations refer the [dotnet](https://learn.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new) link. {% highlight text %} @@ -83,7 +83,7 @@ dotnet new -t web #### Building Projects with Yeoman -Yeoman is a scaffolding tool for modern web apps and helps us to quick start a new web project. The following steps helps to create an ASP.NET Core 1.0 application using [yeoman](http://yeoman.io/) tool. +Yeoman is a scaffolding tool for modern web apps and helps us to quick start a new web project. The following steps helps to create an ASP.NET Core 1.0 application using [yeoman](https://yeoman.io/) tool. Since **Visual Studio Code** uses folder structure for storing files of application, create a folder of the name **ASP.NET**. * Open the Command line terminal and execute the below mentioned command to install the Node.js. diff --git a/aspnet-core/GettingStarted/Getting-Started-Mac-1-1-0.md b/aspnet-core/GettingStarted/Getting-Started-Mac-1-1-0.md index e634f13a..89c5ecd1 100644 --- a/aspnet-core/GettingStarted/Getting-Started-Mac-1-1-0.md +++ b/aspnet-core/GettingStarted/Getting-Started-Mac-1-1-0.md @@ -10,7 +10,7 @@ documentation: ug # Getting Started on Mac -> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. +> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. The below guidelines demonstrate how to create an ASP.NET Core application and configure with our components. @@ -20,7 +20,7 @@ The below guidelines demonstrate how to create an ASP.NET Core application and c * ASP.NET Core 1.1.0 [Preview2](https://go.microsoft.com/fwlink/?LinkID=835011). -* [Homebrew](http://brew.sh/) +* [Homebrew](https://brew.sh/) * OpenSSL (Latest Version) @@ -67,7 +67,7 @@ mkdir Sample -* In terminal window, you have an option to develop a below listed types of ASP.NET Core projects. The default project type as console application. If you want to create any other specific type project, then need to specify the **-t** (**template**) key in command before the project type name. To know more about the project options and its syntax declarations refer the [dotnet](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new) link. +* In terminal window, you have an option to develop a below listed types of ASP.NET Core projects. The default project type as console application. If you want to create any other specific type project, then need to specify the **-t** (**template**) key in command before the project type name. To know more about the project options and its syntax declarations refer the [dotnet](https://learn.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new) link. {% highlight text %} @@ -90,7 +90,7 @@ dotnet new -t web #### Building Projects with Yeoman -Yeoman is a scaffolding tool for modern web apps and helps us to quick start a new web project. The following steps helps to create an ASP.NET Core 1.1.0 application using [yeoman](http://yeoman.io/) tool. +Yeoman is a scaffolding tool for modern web apps and helps us to quick start a new web project. The following steps helps to create an ASP.NET Core 1.1.0 application using [yeoman](https://yeoman.io/) tool. Since **Visual Studio Code** uses folder structure for storing files of application, create a folder of the name **ASP.NET**. * Open the Command line terminal and execute the below mentioned command to install the Node.js. diff --git a/aspnet-core/GettingStarted/Getting-Started-VS2017.md b/aspnet-core/GettingStarted/Getting-Started-VS2017.md index 5f6833c1..10e93f7d 100644 --- a/aspnet-core/GettingStarted/Getting-Started-VS2017.md +++ b/aspnet-core/GettingStarted/Getting-Started-VS2017.md @@ -77,7 +77,7 @@ The following steps help you to create the **Syncfusion** **ASP****.****NET** ** ![Required Syncfusion Scripts and Themes added to the Syncfusion Essential JS 1 ASP.NET Core project](getting-started_images/Syncfusion-Project-Templates_img4.jpeg) -6. Then, Syncfusion licensing registration required message box will be shown as follow, if you are installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Please navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key#how-to-generate-syncfusion-license-key) which is shown in the licensing message box to generate and register the Syncfusion license key to your project. Refer to this [blog](https://blog.syncfusion.com/post/Whats-New-in-2018-Volume-2-Licensing-Changes-in-the-1620x-Version-of-Essential-Studio.aspx) post for understanding the licensing changes introduced in Essential Studio. +6. Then, Syncfusion licensing registration required message box will be shown as follow, if you are installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Please navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/overview#how-to-generate-syncfusion-license-key) which is shown in the licensing message box to generate and register the Syncfusion license key to your project. Refer to this [blog](https://www.syncfusion.com/blogs/post/whats-new-in-2018-volume-2.aspx) post for understanding the licensing changes introduced in Essential Studio. ![Syncfusion license registration information for Syncfusion Essential JS 1 ASP.NET Core project](getting-started_images/Syncfusion-Project-Templates_img5.png) diff --git a/aspnet-core/GettingStarted/aspnet-core-in-bash-on-windows.md b/aspnet-core/GettingStarted/aspnet-core-in-bash-on-windows.md index 1b60456a..d9de1999 100644 --- a/aspnet-core/GettingStarted/aspnet-core-in-bash-on-windows.md +++ b/aspnet-core/GettingStarted/aspnet-core-in-bash-on-windows.md @@ -176,7 +176,7 @@ $ sudo apt-get upgrade * Once the project creation is successful, you need to have one common text editor for configuration. Here we have mentioned Visual Studio code editor throughout the documentation. -* Now configure a Bower execution environment in your local machine based on this [link](https://help.syncfusion.com/js/installation-and-deployment) +* Now configure a Bower execution environment in your local machine based on this [link](https://help.syncfusion.com/js/overview) * Click the Extension icon in the Visual Studio Code left side pane, in the search window type the command bower. The Bower related extensions are listed out. Now select the Bower extension and click the install button. @@ -200,7 +200,7 @@ $ sudo apt-get upgrade -* Open a **project.json** file and refer our Syncfusion assembly **Syncfusion.EJ.AspNet.Core** into your application for our components deployment. To know more about packages configuration and installation refer this [link](https://help.syncfusion.com/extension/syncfusion-nuget-packages/nuget-install-and-configuration). +* Open a **project.json** file and refer our Syncfusion assembly **Syncfusion.EJ.AspNet.Core** into your application for our components deployment. To know more about packages configuration and installation refer this [link](https://help.syncfusion.com/extension/syncfusion-nuget-packages/nuget-packages). * Once the NuGet packages installation gets completed, in **project.json** file to include our **Syncfusion.EJ.AspNet.Core** package reference. diff --git a/aspnet-core/GettingStarted/getting-started-with-razor.md b/aspnet-core/GettingStarted/getting-started-with-razor.md index e32bf242..bce23444 100644 --- a/aspnet-core/GettingStarted/getting-started-with-razor.md +++ b/aspnet-core/GettingStarted/getting-started-with-razor.md @@ -10,7 +10,7 @@ documentation: ug # Getting Started > Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed,you also have to include a license key in your projects. -Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key#aspnet-core) to know about registering Syncfusion license key in +Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. ## Create ASP.NET Core application with Razor pages @@ -21,7 +21,7 @@ To create an razor application in ASP.NET Core, you need to make sure, whether y * Visual Studio 2017. -* DotNetCore [2.x](https://www.microsoft.com/net/download/dotnet-core). +* DotNetCore [2.x](https://dotnet.microsoft.com/download/dotnet-core). ### Configure Syncfusion UI Components in ASP.NET Core Application using NuGet packages: diff --git a/aspnet-core/Grid/Cell.md b/aspnet-core/Grid/Cell.md index cdbc485f..0c0bf046 100644 --- a/aspnet-core/Grid/Cell.md +++ b/aspnet-core/Grid/Cell.md @@ -267,7 +267,7 @@ When you move the cursor over the particular cell it provides an information abo **Template** -HTML templates can be specified in the `tooltip` property of the particular column cell as a string (HTML element) or ID of the template's HTML element.You can use JsRender syntax in the template. For more information about JsRender syntax, please refer [this link](http://www.jsviews.com/#jsrapi "this link"). +HTML templates can be specified in the `tooltip` property of the particular column cell as a string (HTML element) or ID of the template's HTML element.You can use JsRender syntax in the template. For more information about JsRender syntax, please refer [this link](https://www.jsviews.com/#jsrapi "this link"). N> It is a standard way to enclose the template within the `script` tag with `type` as "text/x-jsrender". N> The `tooltip` template must contain `value` property to bind the corresponding cell text in tooltip diff --git a/aspnet-core/Grid/Columns.md b/aspnet-core/Grid/Columns.md index 6a9d6436..a1912818 100644 --- a/aspnet-core/Grid/Columns.md +++ b/aspnet-core/Grid/Columns.md @@ -222,7 +222,7 @@ The following output is displayed as a result of the previous code example. The template design that applies on for the column header. To render template, `header-template-id` property of `e-columns`. -The JsRender syntax can be used in the template. For more information about JsRender syntax, please refer [the link](http://www.jsviews.com/#jsrapi "the link"). +The JsRender syntax can be used in the template. For more information about JsRender syntax, please refer [the link](https://www.jsviews.com/#jsrapi "the link"). N> It's a standard way to enclose the `template` within the `script` tag with `type` as `text/x-jsrender`. @@ -320,7 +320,7 @@ The following output is displayed as a result of the previous code example. Format is the process of customizing the particular column data with specified jQuery recognized globalize formats, such as currency, numeric, decimal, percentage or dates. To specify the globalize format, by using Format property of `e-columns`. -The `format` value should be wrapped within "{0:" and "}". (For ex: "{0:C3}"). The [data format](https://github.com/jquery/globalize/tree/v0.1.1#format "data format") strings available for the `Date` and `Number` types. +The `format` value should be wrapped within "{0:" and "}". (For ex: "{0:C3}"). The [data format](https://github.com/globalizejs/globalize/tree/v0.1.1#format "data format") strings available for the `Date` and `Number` types. The following code example describes the previous behavior. diff --git a/aspnet-core/Grid/Data-Adaptors.md b/aspnet-core/Grid/Data-Adaptors.md index c876c853..54ee379e 100644 --- a/aspnet-core/Grid/Data-Adaptors.md +++ b/aspnet-core/Grid/Data-Adaptors.md @@ -60,7 +60,7 @@ The following output is displayed as a result of the above code example. The Url Adaptor is the base Adaptor that would interact with remote services. It can be enabled in Grid using `adaptor` property of `e-datamanager` as `UrlAdaptor`. For every operations, an AJAX post will be send to the specified data service. -N> When using `UrlAdaptor`, grid actions such as `Paging, Filtering` and `Sorting` should be handled at the server side itself. We have `DataOperation` class to do these server side operations. Please refer to the Knowledge Base [link](https://www.syncfusion.com/kb/4300). These operations can also be done using the `QueryableDataOperations` class which accepts the IQueryable Data. Please refer the Kb [link](https://www.syncfusion.com/kb/8434). +N> When using `UrlAdaptor`, grid actions such as `Paging, Filtering` and `Sorting` should be handled at the server side itself. We have `DataOperation` class to do these server side operations. Please refer to the Knowledge Base [link](https://support.syncfusion.com/kb/article/4411/server-side-api-for-datamanager-operations). These operations can also be done using the `QueryableDataOperations` class which accepts the IQueryable Data. Please refer the Kb [link](https://support.syncfusion.com/kb/article/7406/server-side-api-for-datamanager-operations-with-iqueryable-data). The following code example describes the above behavior. diff --git a/aspnet-core/Grid/Data-Binding.md b/aspnet-core/Grid/Data-Binding.md index 82c826fa..017263be 100644 --- a/aspnet-core/Grid/Data-Binding.md +++ b/aspnet-core/Grid/Data-Binding.md @@ -16,11 +16,11 @@ The Grid `datasource` property or `e-datamanager` child tag allows to bind datas * ORM components such as Entity Framework/Linq to SQL. N> 1. To update the dataSource after Grid rendered, use `dataSource` method of grid. -N> 2. DateTime values, retrieved from server-end or database, will be converted based on the local time zone. To avoid the local time zone conversion, refer this knowledge base [link](https://www.syncfusion.com/kb/8613/how-to-convert-dates-to-utc-format). +N> 2. DateTime values, retrieved from server-end or database, will be converted based on the local time zone. To avoid the local time zone conversion, refer this knowledge base [link](https://support.syncfusion.com/kb/article/7605/how-to-convert-dates-to-utc-format). ## IEnumerable -The grid can be bound with either non-generic collection or generic collection that implements [IEnumerable](https://msdn.microsoft.com/en-us/library/system.collections.ienumerable.aspx) interface. It can be assigned to the grid’s `datasource` property. +The grid can be bound with either non-generic collection or generic collection that implements [IEnumerable](https://learn.microsoft.com/en-us/dotnet/api/system.collections.ienumerable?redirectedfrom=MSDN) interface. It can be assigned to the grid’s `datasource` property. N> The IEnumerable datasource can be passed as either directly to the datasource property or to the json property of the child tag. diff --git a/aspnet-core/Grid/Editing.md b/aspnet-core/Grid/Editing.md index 8ac71020..a66e88ae 100644 --- a/aspnet-core/Grid/Editing.md +++ b/aspnet-core/Grid/Editing.md @@ -12,7 +12,7 @@ The Grid control has support for dynamic insertion, updating and deletion of rec Deletion of the record is possible by selecting the required row and clicking on Delete icon in toolbar. -The primary key for the data source should be defined in `e-columns` definition, for editing to work properly. In `e-columns` definition, particular primary column's `is-primary-key` property should be set to `true`. Refer to the Knowledge base [link](http://www.syncfusion.com/kb/2675/cant-edit-any-row-except-the-first-row-in-grid# "link") for more information. +The primary key for the data source should be defined in `e-columns` definition, for editing to work properly. In `e-columns` definition, particular primary column's `is-primary-key` property should be set to `true`. Refer to the Knowledge base [link](https://support.syncfusion.com/kb/article/2934/cant-edit-any-row-except-the-first-row-in-grid "link") for more information. N> 1. In grid, the primary key column will be automatically set to read only while editing the row, but you can specify primary key column value while adding a new record. N> 2. The column which is specified as `is-identity` will be in readonly mode both while editing and adding a record. Also, auto incremented value is assigned to that `is-identity` column. @@ -757,7 +757,7 @@ After the template elements are converted to JS controls using actionComplete ev Users can start editing by clicking a cell and typing data into it. Edited cell will be marked while navigating to next cell or any other row, so that you know which fields or cells has been edited. Set the `edit-mode` as `Batch` to enable batch editing. N> `getBatchChanges` method of grid holds the unsaved record changes. -N> Refer to the KB [link](http://www.syncfusion.com/kb/3016/how-to-suppress-grid-confirmation-messages# "link") for "How to suppress grid confirmation messages" in batch mode. +N> Refer to the KB [link](https://support.syncfusion.com/kb/article/3065/how-to-suppress-grid-confirmation-messages "link") for "How to suppress grid confirmation messages" in batch mode. The following code example describes the previous behavior. @@ -978,7 +978,7 @@ equalTo Requires the element to be the same as another. -Grid supports all the standard validation methods of jQuery, please refer the jQuery validation documentation [link](http://jqueryvalidation.org/documentation/# "link") for more information. +Grid supports all the standard validation methods of jQuery, please refer the jQuery validation documentation [link](https://jqueryvalidation.org/documentation/ "link") for more information. The following code example describes the previous behavior. diff --git a/aspnet-core/Grid/Enable-Persistence.md b/aspnet-core/Grid/Enable-Persistence.md index fa1f5931..c1ccf554 100644 --- a/aspnet-core/Grid/Enable-Persistence.md +++ b/aspnet-core/Grid/Enable-Persistence.md @@ -9,9 +9,9 @@ documentation: ug # State Persistence -The state persistence is to maintain the Grid state in browser's [local storage](http://www.w3schools.com/html/html5_webstorage.asp#) even if browser refresh or move to next page. State persistence stores Grid's model object in local storage while defining `enable-persistence` as true. +The state persistence is to maintain the Grid state in browser's [local storage](https://www.w3schools.com/html/html5_webstorage.asp) even if browser refresh or move to next page. State persistence stores Grid's model object in local storage while defining `enable-persistence` as true. -I> [localStorage](http://www.w3schools.com/html/html5_webstorage.asp#) is not supported below IE9 then grid state persistence technique is fallback to [cookie](http://www.w3schools.com/js/js_cookies.asp#). +I> [localStorage](https://www.w3schools.com/html/html5_webstorage.asp) is not supported below IE9 then grid state persistence technique is fallback to [cookie](https://www.w3schools.com/js/js_cookies.asp). ## List of properties are not Persisted by default diff --git a/aspnet-core/Grid/Exporting.md b/aspnet-core/Grid/Exporting.md index c9a2b95a..d54e76be 100644 --- a/aspnet-core/Grid/Exporting.md +++ b/aspnet-core/Grid/Exporting.md @@ -1155,7 +1155,7 @@ On server before calling the `Export` function, the data source should be proces ## Local data -By default, client data source is not sent to server to prevent unwanted data transfer since all data origin is server. In case, if you don't want to query the data source again for exporting it in server, the grid's client [`dataSource`](http://help.syncfusion.com/js/api/ejgrid#members:datasource) can be sent to server on export PostBack by removing the [`dataSource`](http://help.syncfusion.com/js/api/ejgrid#members:datasource) property in grid's ignore list. The code snippet for this as follows +By default, client data source is not sent to server to prevent unwanted data transfer since all data origin is server. In case, if you don't want to query the data source again for exporting it in server, the grid's client [`dataSource`](https://help.syncfusion.com/js/api/ejgrid#members:datasource) can be sent to server on export PostBack by removing the [`dataSource`](https://help.syncfusion.com/js/api/ejgrid#members:datasource) property in grid's ignore list. The code snippet for this as follows {% highlight js %} @@ -1168,7 +1168,7 @@ grid.ignoreOnExport.splice(grid.ignoreOnExport.indexOf('dataSource'), 1); ## Themes -The grid export have 13 theme option to match with our [built-in control themes](http://helpjs.syncfusion.com/js/theming-in-essential-javascript-components#). They are as follows. +The grid export have 13 theme option to match with our [built-in control themes](https://helpjs.syncfusion.com/js/theming-in-essential-javascript-components). They are as follows. diff --git a/aspnet-core/Grid/Filtering.md b/aspnet-core/Grid/Filtering.md index 2c5cda07..247bb1d0 100644 --- a/aspnet-core/Grid/Filtering.md +++ b/aspnet-core/Grid/Filtering.md @@ -25,8 +25,8 @@ There are four types of filter menu available in all filter types, they are as f The corresponding filter menu is opened based on the column type. -N> 1. Need to specify the [`type`](http://help.syncfusion.com/api/js/ejgrid#members:columns-type "type") of column, when first record data value is empty or null otherwise the filter menu is not opened. -N> 2. The default filter type is Filter bar, when `allow-filtering` is enabled and [`filter-type`](http://help.syncfusion.com/api/js/ejgrid#members:filtersettings-filtertype "filter-type") is not set. +N> 1. Need to specify the [`type`](https://help.syncfusion.com/api/js/ejgrid#members:columns-type "type") of column, when first record data value is empty or null otherwise the filter menu is not opened. +N> 2. The default filter type is Filter bar, when `allow-filtering` is enabled and [`filter-type`](https://help.syncfusion.com/api/js/ejgrid#members:filtersettings-filtertype "filter-type") is not set. The following code example describes the previous behavior. diff --git a/aspnet-core/Grid/Getting-Started.md b/aspnet-core/Grid/Getting-Started.md index cb445671..2f82a9db 100644 --- a/aspnet-core/Grid/Getting-Started.md +++ b/aspnet-core/Grid/Getting-Started.md @@ -11,7 +11,7 @@ documentation: ug Refer to the [Getting Started](https://help.syncfusion.com/aspnet-core/gettingstarted/getting-started-2-0) page of the introduction part to know more about the basic system requirements and the steps to configure the Syncfusion components in an ASP.NET Core application. -Ensure once whether all the necessary dependency packages are included within the bower.json file as mentioned [here](https://help.syncfusion.com/aspnet-core/installation#configuring-syncfusion-bower-packages), so that the required scripts and CSS to render the grid control gets installed and loads into the mentioned location (wwwroot->lib) within your project. +Ensure once whether all the necessary dependency packages are included within the bower.json file as mentioned [here](https://help.syncfusion.com/aspnet-core/installation/web-installer/how-to-download), so that the required scripts and CSS to render the grid control gets installed and loads into the mentioned location (wwwroot->lib) within your project. Also, check whether the assembly dependency package "Syncfusion.EJ.AspNet.Core" added in your application. diff --git a/aspnet-core/Grid/Grouping.md b/aspnet-core/Grid/Grouping.md index 26cf45dc..a509f416 100644 --- a/aspnet-core/Grid/Grouping.md +++ b/aspnet-core/Grid/Grouping.md @@ -351,7 +351,7 @@ The following output is displayed as a result of the previous code example. Using the `CaptionFormat` property of `group-settings` you can render any type of JsRender templates or customizing the group caption text. -You can use JsRender syntax in the template.For more information about JsRender syntax, please refer to [the link](http://www.jsviews.com/#jsrapi "the link"). +You can use JsRender syntax in the template.For more information about JsRender syntax, please refer to [the link](https://www.jsviews.com/#jsrapi "the link"). N> 1. It's a standard way to enclose the `template` within the `script` tag with `type` as "text/x-jsrender". N> 2. Using locale property of `CaptionFormat`, you can only customize the default group caption text. diff --git a/aspnet-core/Grid/Localization.md b/aspnet-core/Grid/Localization.md index 76ab8651..d5011683 100644 --- a/aspnet-core/Grid/Localization.md +++ b/aspnet-core/Grid/Localization.md @@ -619,7 +619,7 @@ The `ej.globalize` library is used to globalize numeric values in grid control u I> To translate our control content from default English to any of the culture, say For example - German language, then you need to refer the **ej.culture.de-DE.min.js** file in your application, after the reference of ej.web.all.min.js file. For all culture files, please download from the [GitHub](https://github.com/syncfusion/ej-global/tree/master/i18n) location. -{% seealso %} [localization](http://helpjs.syncfusion.com/js/localization) {% endseealso %} +{% seealso %} [localization](https://helpjs.syncfusion.com/js/localization) {% endseealso %} ## Right to left - RTL diff --git a/aspnet-core/Grid/Print-Grid.md b/aspnet-core/Grid/Print-Grid.md index f3b699fa..5b5908a8 100644 --- a/aspnet-core/Grid/Print-Grid.md +++ b/aspnet-core/Grid/Print-Grid.md @@ -53,11 +53,11 @@ Some of print options are not configurable through JavaScript code. You need to * [Chrome](https://support.google.com/chrome/answer/1379552?hl=en) * [Firefox](https://support.mozilla.org/en-US/kb/how-print-web-pages-firefox) * [Safari](http://www.mintprintables.com/print-tips/adjust-margins-osx/) -* [IE](http://www.helpteaching.com/help/print/index.htm) +* [IE](https://www.helpteaching.com/help/print/index.htm) ## Print on external button click -By default, the grid can be print from toolbar. To print from external button action, you need to call the grid's [`print()`](http://help.syncfusion.com/js/api/ejgrid#methods:print) method from required button event. +By default, the grid can be print from toolbar. To print from external button action, you need to call the grid's [`print()`](https://help.syncfusion.com/js/api/ejgrid#methods:print) method from required button event. {% tabs %} {% highlight razor %} diff --git a/aspnet-core/Grid/Summary.md b/aspnet-core/Grid/Summary.md index bd9826bf..0f24da50 100644 --- a/aspnet-core/Grid/Summary.md +++ b/aspnet-core/Grid/Summary.md @@ -325,7 +325,7 @@ W> Minimum one column should be grouped to show summary details. ## Format -To format Summary values, the `format` property needs to be assigned in `e-summary-columns` collection object. To know more about formatting options. Please refer to [**globalize.js**](https://github.com/jquery/globalize/tree/v0.1.1#) +To format Summary values, the `format` property needs to be assigned in `e-summary-columns` collection object. To know more about formatting options. Please refer to [**globalize.js**](https://github.com/globalizejs/globalize/tree/v0.1.1) {% tabs %} {% highlight razor %} diff --git a/aspnet-core/Kanban/Overview.md b/aspnet-core/Kanban/Overview.md index 8fd2dc75..57beff7d 100644 --- a/aspnet-core/Kanban/Overview.md +++ b/aspnet-core/Kanban/Overview.md @@ -13,7 +13,7 @@ The Kanban control for ASP.NET Core is an efficient way to visualize the workflo Some important features of the Kanban control are: -* DataSource - Bind the Kanban control with an array of JSON objects or [`ej.DataManager`](http://help.syncfusion.com/aspnetmvc/datamanager/overview) which support OData and remote web service binding. +* DataSource - Bind the Kanban control with an array of JSON objects or [`ej.DataManager`](https://help.syncfusion.com/aspnetmvc/datamanager/overview) which support OData and remote web service binding. * Swim lane – Supports Swim lane grouping. * Filters – Supports filtering based on user Query. * Editing - Offers card editing, inserting, and deleting using Dialog. diff --git a/aspnet-core/Kanban/Styling.md b/aspnet-core/Kanban/Styling.md index f9f0f5bc..36c9aa2e 100644 --- a/aspnet-core/Kanban/Styling.md +++ b/aspnet-core/Kanban/Styling.md @@ -11,7 +11,7 @@ platform: aspnet-core ## List of classes and its purposes -To modify Kanban appearance, you need to override default CSS of Kanban. Please find the list of CSS classes and its corresponding section in Kanban. Also you have an option to create your own custom theme for all JavaScript controls using our [`Theme Studio`](http://js.syncfusion.com/themestudio/) +To modify Kanban appearance, you need to override default CSS of Kanban. Please find the list of CSS classes and its corresponding section in Kanban. Also you have an option to create your own custom theme for all JavaScript controls using our [`Theme Studio`](https://js.syncfusion.com/themestudio/)
EnumEquivalent string input
diff --git a/aspnet-core/Licensing/how-to-generate.md b/aspnet-core/Licensing/how-to-generate.md index f395fbab..88a49368 100644 --- a/aspnet-core/Licensing/how-to-generate.md +++ b/aspnet-core/Licensing/how-to-generate.md @@ -9,11 +9,11 @@ documentation: ug # Generate Syncfusion ASP.NET Core License key -License keys for ASP.NET Core can be generated from the [License & Downloads](https://syncfusion.com/account/downloads) or [Trial & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) section from your Syncfusion account. +License keys for ASP.NET Core can be generated from the [License & Downloads](https://www.syncfusion.com/account/downloads) or [Trial & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) section from your Syncfusion account. ![Get License Key](licensing-images/generate-license.png) -I> * Syncfusion license keys are **version and platform specific**, refer to the [KB](https://www.syncfusion.com/kb/8976/how-to-generate-license-key-for-licensed-products) to generate the license key for the required version and platform. +I> * Syncfusion license keys are **version and platform specific**, refer to the [KB](https://support.syncfusion.com/kb/article/7898/how-to-generate-license-key-for-licensed-products) to generate the license key for the required version and platform. * Refer this [KB](https://www.syncfusion.com/kb/8951/which-version-syncfusion-license-key-should-i-use-in-my-application) to know about which version of the Syncfusion license key should be used in the application. ## See Also diff --git a/aspnet-core/Licensing/licensing-errors.md b/aspnet-core/Licensing/licensing-errors.md index 175a1c5a..1d4e5654 100644 --- a/aspnet-core/Licensing/licensing-errors.md +++ b/aspnet-core/Licensing/licensing-errors.md @@ -63,7 +63,7 @@ If the application is registered with another version's license key, the followi **Solution:** -* Generate a valid license key from here [Licensed users](https://www.syncfusion.com/account/downloads) or [Trial users](https://www.syncfusion.com/account/manage-trials/downloads) for a specific version and platform. Kindly follow the [KB](https://www.syncfusion.com/kb/8976/how-to-generate-license-key-for-licensed-products) to generate license key. +* Generate a valid license key from here [Licensed users](https://www.syncfusion.com/account/downloads) or [Trial users](https://www.syncfusion.com/account/manage-trials/downloads) for a specific version and platform. Kindly follow the [KB](https://support.syncfusion.com/kb/article/7898/how-to-generate-license-key-for-licensed-products) to generate license key. * In your application, register the generated license key. Please refer to this [help topic](https://help.syncfusion.com/aspnet-core/licensing/how-to-register-in-an-application) for information on registering the license key. diff --git a/aspnet-core/Licensing/licensing-faq/registering-syncfusion-account-for-nuget-org-user.md b/aspnet-core/Licensing/licensing-faq/registering-syncfusion-account-for-nuget-org-user.md index 5b3cc141..4b8c73a7 100644 --- a/aspnet-core/Licensing/licensing-faq/registering-syncfusion-account-for-nuget-org-user.md +++ b/aspnet-core/Licensing/licensing-faq/registering-syncfusion-account-for-nuget-org-user.md @@ -9,9 +9,9 @@ documentation: ug # Registering Syncfusion account for direct NuGet.org user -If you have directly obtained Syncfusion assemblies from [NuGet.org](http://nuget.org/) and do not have a Syncfusion account, follow the steps to obtain a free 30-day trial license key: +If you have directly obtained Syncfusion assemblies from [NuGet.org](https://nuget.org/) and do not have a Syncfusion account, follow the steps to obtain a free 30-day trial license key: * Register for a free Syncfusion account [here](https://www.syncfusion.com/account/register) -* Go to the start trials [page](https://syncfusion.com/account/manage-trials/start-trials) and start a trial +* Go to the start trials [page](https://www.syncfusion.com/account/manage-trials/start-trials) and start a trial * Finally proceed to the [Trial & Downloads section](https://www.syncfusion.com/account/manage-trials/downloads) to obtain the [license key](https://help.syncfusion.com/aspnet-core/licensing/how-to-generate) diff --git a/aspnet-core/Licensing/licensing-faq/where-can-i-get-a-license-key.md b/aspnet-core/Licensing/licensing-faq/where-can-i-get-a-license-key.md index e271f51f..c6a4bab9 100644 --- a/aspnet-core/Licensing/licensing-faq/where-can-i-get-a-license-key.md +++ b/aspnet-core/Licensing/licensing-faq/where-can-i-get-a-license-key.md @@ -9,12 +9,12 @@ documentation: ug # Where can I get a license key? -License keys can be generated from the [License & Downloads](https://syncfusion.com/account/downloads) or [Trial & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) section of the Syncfusion website. +License keys can be generated from the [License & Downloads](https://www.syncfusion.com/account/downloads) or [Trial & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) section of the Syncfusion website. ![Get License Key](licensing-images/generate-license.png) -I> * Syncfusion license keys are **version and platform specific**, refer to the [KB](https://www.syncfusion.com/kb/8976/how-to-generate-license-key-for-licensed-products) to generate the license key for the required version and platform. -* Refer this [KB](https://www.syncfusion.com/kb/8951/which-version-syncfusion-license-key-should-i-use-in-my-application) to know about which version of the Syncfusion license key should be used in the application. +I> * Syncfusion license keys are **version and platform specific**, refer to the [KB](https://support.syncfusion.com/kb/article/7898/how-to-generate-license-key-for-licensed-products) to generate the license key for the required version and platform. +* Refer this [KB](https://support.syncfusion.com/kb/article/7865/which-version-syncfusion-license-key-should-i-use-in-my-application) to know about which version of the Syncfusion license key should be used in the application. diff --git a/aspnet-core/Licensing/overview.md b/aspnet-core/Licensing/overview.md index 81edcefe..3ea85119 100644 --- a/aspnet-core/Licensing/overview.md +++ b/aspnet-core/Licensing/overview.md @@ -22,7 +22,7 @@ We have introduced a new licensing system starting with version 16.2.0.x release ## Difference between unlock key and license key -Please note that this license key is different from the installer unlock key that you might have used in the past and needs to be separately generated from Syncfusion website. Refer [this](https://www.syncfusion.com/kb/8950/difference-between-the-unlock-key-and-licensing-key) KB article to know more about difference between the Syncfusion Unlock Key and the Syncfusion License Key. +Please note that this license key is different from the installer unlock key that you might have used in the past and needs to be separately generated from Syncfusion website. Refer [this](https://support.syncfusion.com/kb/article/7863/difference-between-the-unlock-key-and-licensing-key) KB article to know more about difference between the Syncfusion Unlock Key and the Syncfusion License Key. Following licensing error will be shown if the license key is not registered in your projects, while using assemblies from evaluation installer or from the nuget.org. diff --git a/aspnet-core/installation/Installation-Errors.md b/aspnet-core/installation/Installation-Errors.md index 2cca5068..ebd99c18 100644 --- a/aspnet-core/installation/Installation-Errors.md +++ b/aspnet-core/installation/Installation-Errors.md @@ -16,7 +16,7 @@ This article describes the most common installation errors, as well as the cause * [License has expired](https://help.syncfusion.com/aspnet-core/installation/installation-errors#license-has-expired) * [Unable to find a valid license or trial](https://help.syncfusion.com/aspnet-core/installation/installation-errors#unable-to-find-a-valid-license-or-trial) * [Unable to install because of another installation](https://help.syncfusion.com/aspnet-core/installation/installation-errors#unable-to-install-because-of-another-installation) -* [Unable to install due to controlled folder access](http://help.syncfusion.com/aspnet-core/installation/installation-errors#unable-to-install-due-to-controlled-folder-access) +* [Unable to install due to controlled folder access](https://help.syncfusion.com/aspnet-core/installation/installation-errors#unable-to-install-due-to-controlled-folder-access) ## Unlocking the license installer using the trial key @@ -32,7 +32,7 @@ You are attempting to use a Trial unlock key to unlock the licensed installer. ### Suggested solution -Only a licensed unlock key can unlock a licensed installer. So, to unlock the Licensed installer, use the Licensed unlock key. To generate the licensed unlock key, refer to [this](http://syncfusion.com/kb/2326) article. +Only a licensed unlock key can unlock a licensed installer. So, to unlock the Licensed installer, use the Licensed unlock key. To generate the licensed unlock key, refer to [this](https://support.syncfusion.com/kb/article/2757/how-to-generate-syncfusion-setup-unlock-key-from-syncfusion-support-account) article. ## License has expired diff --git a/aspnet-core/installation/mac-installer/how-to-download.md b/aspnet-core/installation/mac-installer/how-to-download.md index 036270ca..036a4eb0 100644 --- a/aspnet-core/installation/mac-installer/how-to-download.md +++ b/aspnet-core/installation/mac-installer/how-to-download.md @@ -30,7 +30,7 @@ Our 30-day trial can be downloaded in two ways. ![Trial and downloads of Syncfusion Essential Studio](images/trial-confirmation.png) 3. With a trial license, only the latest version’s trial installer can be downloaded. -4. After downloading, the Syncfusion ASP.NET Core (Essential JS1) trial installer can be unlocked using either the trial unlock key or the Syncfusion registered login credential. More information on generating an unlock key can be found in [this](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) article. +4. After downloading, the Syncfusion ASP.NET Core (Essential JS1) trial installer can be unlocked using either the trial unlock key or the Syncfusion registered login credential. More information on generating an unlock key can be found in [this](https://support.syncfusion.com/kb/article/7053/how-to-generate-unlock-key-for-essentials-studio-products) article. 5. Before the trial expires, you can download the trial installer at any time from your registered account’s [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page ((as shown in below screenshot.) ![Trial and downloads of Syncfusion Essential Studio](images/trial-download.png) diff --git a/aspnet-core/installation/offline-installer/how-to-download.md b/aspnet-core/installation/offline-installer/how-to-download.md index 035bf9bb..7c203fb9 100644 --- a/aspnet-core/installation/offline-installer/how-to-download.md +++ b/aspnet-core/installation/offline-installer/how-to-download.md @@ -30,7 +30,7 @@ Our 30-day trial can be downloaded in two ways. ![Trial and downloads of Syncfusion Essential Studio](images/trial-confirmation.png) 3. With a trial license, only the latest version’s trial installer can be downloaded. -4. After downloading, the Syncfusion ASP.NET Core (Essential JS1) trial installer can be unlocked using either the trial unlock key or the Syncfusion registered login credential. More information on generating an unlock key can be found in [this](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) article. +4. After downloading, the Syncfusion ASP.NET Core (Essential JS1) trial installer can be unlocked using either the trial unlock key or the Syncfusion registered login credential. More information on generating an unlock key can be found in [this](https://support.syncfusion.com/kb/article/7053/how-to-generate-unlock-key-for-essentials-studio-products) article. 5. Before the trial expires, you can download the trial installer at any time from your registered account’s [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page ((as shown in below screenshot.) ![Trial and downloads of Syncfusion Essential Studio](images/trial-download.png) @@ -54,7 +54,7 @@ You should initiate an evaluation if you have already obtained our components th N> If you've already used the trial products and they haven't expired, you won't be able to start the trial for the same product again. -4. After you've started the trial, go to the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page to get the latest version trial installer. You can generate the [unlock key](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) and [license key](https://help.syncfusion.com/aspnet-core/licensing/how-to-generate) here at any time before the trial period expires. ((as shown in below screenshot.) +4. After you've started the trial, go to the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page to get the latest version trial installer. You can generate the [unlock key](https://support.syncfusion.com/kb/article/7053/how-to-generate-unlock-key-for-essentials-studio-products) and [license key](https://help.syncfusion.com/aspnet-core/licensing/how-to-generate) here at any time before the trial period expires. ((as shown in below screenshot.) ![License and downloads of Syncfusion Essential Studio](images/start-trial-download-installer.png) diff --git a/aspnet-core/installation/offline-installer/how-to-install.md b/aspnet-core/installation/offline-installer/how-to-install.md index 5ce6f42c..2ab5a695 100644 --- a/aspnet-core/installation/offline-installer/how-to-install.md +++ b/aspnet-core/installation/offline-installer/how-to-install.md @@ -44,7 +44,7 @@ The steps below show how to install the Essential Studio ASP.NET Core installer. The trial unlock key is only valid for 30 days, and the installer will not accept an expired trial key. - To learn how to generate an unlock key for both trial and licensed products, see [this](https://www.syncfusion.com/kb/2326) Knowledge Base article. + To learn how to generate an unlock key for both trial and licensed products, see [this](https://support.syncfusion.com/kb/article/2757/how-to-generate-syncfusion-setup-unlock-key-from-syncfusion-support-account) Knowledge Base article. ![Product key](images/Step-by-Step-Installation_img3.png) diff --git a/aspnet-core/installation/web-installer/how-to-download.md b/aspnet-core/installation/web-installer/how-to-download.md index b784c14c..957a6026 100644 --- a/aspnet-core/installation/web-installer/how-to-download.md +++ b/aspnet-core/installation/web-installer/how-to-download.md @@ -30,7 +30,7 @@ Our 30-day trial can be downloaded in two ways. ![Trial and downloads of Syncfusion Essential Studio](images/trial-confirmation.png) 3. With a trial license, only the latest version’s trial installer can be downloaded. -4. After downloading, the Syncfusion ASP.NET Core (Essential JS1) trial installer can be unlocked using either the trial unlock key or the Syncfusion registered login credential. More information on generating an unlock key can be found in [this](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) article. +4. After downloading, the Syncfusion ASP.NET Core (Essential JS1) trial installer can be unlocked using either the trial unlock key or the Syncfusion registered login credential. More information on generating an unlock key can be found in [this](https://support.syncfusion.com/kb/article/7053/how-to-generate-unlock-key-for-essentials-studio-products) article. 5. Before the trial expires, you can download the trial installer at any time from your registered account’s [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page ((as shown in below screenshot.) 6. Click the Download (element 1 in the screenshot below) button to get the Syncfusion Essential Studio ASP.NET Core web installer. @@ -53,7 +53,7 @@ You should initiate an evaluation if you have already obtained our components th N> If you've already used the trial products and they haven't expired, you won't be able to start the trial for the same product again. -4. After you've started the trial, go to the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page to get the latest version trial installer. You can generate the [unlock key](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) and [license key](https://help.syncfusion.com/aspnet-core/licensing/how-to-generate) here at any time before the trial period expires. ((as shown in below screenshot.) +4. After you've started the trial, go to the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page to get the latest version trial installer. You can generate the [unlock key](https://support.syncfusion.com/kb/article/7053/how-to-generate-unlock-key-for-essentials-studio-products) and [license key](https://help.syncfusion.com/aspnet-core/licensing/how-to-generate) here at any time before the trial period expires. ((as shown in below screenshot.) ![License and downloads of Syncfusion Essential Studio](images/start-trial-download-installer.png) diff --git a/aspnet-core/installation/web-installer/how-to-install.md b/aspnet-core/installation/web-installer/how-to-install.md index 9d786473..61b3aa2c 100644 --- a/aspnet-core/installation/web-installer/how-to-install.md +++ b/aspnet-core/installation/web-installer/how-to-install.md @@ -13,7 +13,7 @@ documentation: ug ## Overview -For the Essential Studio ASP.NET Core product, Syncfusion offers a Web Installer. This installer alleviates the burden of downloading a larger installer. You can simply download and run the online installer, which will be smaller in size and will download and install the Essential Studio products you have chosen. You can get the most recent version of Essential Studio Web Installer [here](https://www.syncfusion.com/downloads/latest-version). +For the Essential Studio ASP.NET Core product, Syncfusion offers a Web Installer. This installer alleviates the burden of downloading a larger installer. You can simply download and run the online installer, which will be smaller in size and will download and install the Essential Studio products you have chosen. You can get the most recent version of Essential Studio Web Installer [here](https://www.syncfusion.com/account/downloads). ## Installation From 6a3ebc5e7222c923cef2c5e1a11df5d9fe4dae63 Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Mon, 12 Jun 2023 14:25:06 +0530 Subject: [PATCH 2/2] SEO-172685-asp-net-core-redirection-tool-fixes-1 --- aspnet-core/GettingStarted/Getting-Started-1-0-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet-core/GettingStarted/Getting-Started-1-0-1.md b/aspnet-core/GettingStarted/Getting-Started-1-0-1.md index 4d01585f..a221fe6c 100644 --- a/aspnet-core/GettingStarted/Getting-Started-1-0-1.md +++ b/aspnet-core/GettingStarted/Getting-Started-1-0-1.md @@ -142,7 +142,7 @@ The following steps helps to create a ASP.NET Core web application to configure -* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. If you want to create any other specific type project, need to specify the **-****t** (template) key in command before the project type name. To know more about the project options and its syntax declarations refer the [.NET](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new#) link. +* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. If you want to create any other specific type project, need to specify the **-****t** (template) key in command before the project type name. To know more about the project options and its syntax declarations refer the [.NET](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-new) link. {% highlight text %}