From 3c789c363d06a7fbb89f07d5368d7965d3b0ebd1 Mon Sep 17 00:00:00 2001
From: Sharly-Atieno <95272441+Sharly-Atieno@users.noreply.github.com>
Date: Tue, 6 Jun 2023 16:51:03 +0300
Subject: [PATCH 1/7] SEO-172159 - ASP.NET Core description too long/short
---
aspnet-core/Button/Button-Type.md | 6 +++---
aspnet-core/CheckBox/Overview.md | 6 +++---
aspnet-core/GettingStarted/Getting-Started-2-0.md | 6 +++---
aspnet-core/GettingStarted/Getting-Started-VS2017.md | 6 +++---
aspnet-core/RadioButton/Easy-Customization.md | 6 +++---
aspnet-core/TreeGrid/Stacked-Header.md | 6 +++---
6 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/aspnet-core/Button/Button-Type.md b/aspnet-core/Button/Button-Type.md
index f0df8e7a..a5756e2e 100644
--- a/aspnet-core/Button/Button-Type.md
+++ b/aspnet-core/Button/Button-Type.md
@@ -1,13 +1,13 @@
---
layout: post
-title: Button Type | Button | ASP.NET Core | Syncfusion
-description: button type
+title: Button Type in ASP.NET Core Button Control | Syncfusion
+description: Learn here all about button type support in Syncfusion Essential ASP.NET Core Button control, its elements, and more.
platform: aspnet-core
control: Button
documentation: ug
---
-# Button Type
+# Button Type in ASP.NET Core Button
Button is used as normal clickable button, submitting form data, resetting the form data to its initial value. According to the usage of button, you can render the button in three types. Using the Type property, you can easily render the button in following types.
diff --git a/aspnet-core/CheckBox/Overview.md b/aspnet-core/CheckBox/Overview.md
index 73ffbbc9..7adef2bb 100644
--- a/aspnet-core/CheckBox/Overview.md
+++ b/aspnet-core/CheckBox/Overview.md
@@ -1,13 +1,13 @@
---
layout: post
-title: Checkbox | Checkbox | ASP.NET Core | Syncfusion
-description: overview
+title: Overview of ASP.NET Core Checkbox Control | Syncfusion
+description: Learn here all about overview of Syncfusion Essential ASP.NET Core Checkbox control, its elements, and more.
platform: spnet-core
control: Checkbox
documentation: ug
---
-# Checkbox
+# Overview of ASP.NET Core Checkbox
The Essential ASP.NET Core Checkbox control allows you to check an option to perform an action. This control allows you to select true, false or an intermediate option. These checkboxes are supported with themes. The HTML check box control is rendered as Essential ASP.NET Core Checkbox control.
diff --git a/aspnet-core/GettingStarted/Getting-Started-2-0.md b/aspnet-core/GettingStarted/Getting-Started-2-0.md
index f4f66f5c..9f769ea8 100644
--- a/aspnet-core/GettingStarted/Getting-Started-2-0.md
+++ b/aspnet-core/GettingStarted/Getting-Started-2-0.md
@@ -1,14 +1,14 @@
---
layout: post
-title: Getting Started | ASP.NET Core | Syncfusion
-description: Getting Started.
+title: Getting Started with ASP.NET Core Platform | Syncfusion
+description: Learn here all about getting started with Syncfusion Essential ASP.NET Core platform, its elements, and more.
platform: aspnet-core
control: Common
documentation: ug
---
-# Getting Started
+# 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.
diff --git a/aspnet-core/GettingStarted/Getting-Started-VS2017.md b/aspnet-core/GettingStarted/Getting-Started-VS2017.md
index 5f6833c1..c7727b99 100644
--- a/aspnet-core/GettingStarted/Getting-Started-VS2017.md
+++ b/aspnet-core/GettingStarted/Getting-Started-VS2017.md
@@ -1,14 +1,14 @@
---
layout: post
-title: Getting Started | ASP.NET Core | Syncfusion
-description: Getting Started.
+title: Getting Started with ASP.NET Core Platform | Syncfusion
+description: Learn here all about getting started with Syncfusion Essential ASP.NET Core platform, its elements, and more.
platform: aspnet-core
control: Common
documentation: ug
---
-# Getting Started
+# Getting Started with ASP.NET Core Application
## ASP.NET Core 1.1 Application Using Visual Studio 2017
diff --git a/aspnet-core/RadioButton/Easy-Customization.md b/aspnet-core/RadioButton/Easy-Customization.md
index 33cb1cdd..af4e685c 100644
--- a/aspnet-core/RadioButton/Easy-Customization.md
+++ b/aspnet-core/RadioButton/Easy-Customization.md
@@ -1,13 +1,13 @@
---
layout: post
-title: Easy Customization | RadioButton | ASP.NET Core | Syncfusion
-description: easy customization
+title: Easy Customization in ASP.NET Core Radio Button Control | Syncfusion
+description: Learn here all about easy customization support in Syncfusion Essential ASP.NET Core Radio Button control, its elements, and more.
platform: aspnet-core
control: RadioButton
documentation: ug
---
-# Easy Customization
+# Easy Customization in ASP.NET Core Radio Button
## Checked status
diff --git a/aspnet-core/TreeGrid/Stacked-Header.md b/aspnet-core/TreeGrid/Stacked-Header.md
index 06393f87..da83f8ed 100644
--- a/aspnet-core/TreeGrid/Stacked-Header.md
+++ b/aspnet-core/TreeGrid/Stacked-Header.md
@@ -1,13 +1,13 @@
---
layout: post
-title: Stacked Header | TreeGrid | ASP.NET Core | Syncfusion
-description: stacked header
+title: Stacked Header in ASP.NET Core TreeGrid Control | Syncfusion
+description: Learn here all about stacked header support in Syncfusion Essential ASP.NET Core TreeGrid control, its elements, and more.
platform: aspnet-core
control: TreeGrid
documentation: ug
---
-# Stacked Headers
+# Stacked Headers in AP.NET Core TreeGrid
The stacked headers helps you to group the logical columns in treegrid. It can be shown by setting `ShowStackedHeader` as `true` and by defining `StackedHeaderRows`.
From c139bccdf93ffe9d9bd68d4f7f9da2e82d8f3032 Mon Sep 17 00:00:00 2001
From: gowthamanthavasiyappan
<90315799+gowthamanthavasiyappan@users.noreply.github.com>
Date: Mon, 12 Jun 2023 14:07:52 +0530
Subject: [PATCH 2/7] SEO-172685-asp-net-core-redirection-tool-fixes
---
aspnet-core/Accordion/Keyboard-Navigation.md | 2 +-
aspnet-core/Autocomplete/Data-Binding.md | 2 +-
aspnet-core/Autocomplete/How-To.md | 2 +-
.../Autocomplete/Keyboard-Interaction.md | 2 +-
aspnet-core/Autocomplete/Validation.md | 2 +-
aspnet-core/CheckBox/Easy-customization.md | 2 +-
.../CurrencyTextBox/Keyboard-Interaction.md | 4 ++--
aspnet-core/DataManager/Data-Binding.md | 2 +-
aspnet-core/DatePicker/Behavior-Settings.md | 6 ++---
aspnet-core/DatePicker/Customization.md | 10 ++++-----
aspnet-core/DatePicker/Display-Format.md | 10 ++++-----
aspnet-core/DatePicker/Globalization.md | 4 ++--
aspnet-core/DatePicker/How-To.md | 10 ++++-----
aspnet-core/DatePicker/Miscellaneous.md | 8 +++----
aspnet-core/DatePicker/State-Persistence.md | 2 +-
aspnet-core/DateRangePicker/globalization.md | 2 +-
aspnet-core/DateTimePicker/Localization.md | 2 +-
aspnet-core/DropDownList/Accessibility.md | 2 +-
aspnet-core/DropDownList/Customization.md | 2 +-
aspnet-core/DropDownList/DataBinding.md | 4 ++--
aspnet-core/DropDownList/Functionalities.md | 22 +++++++++----------
aspnet-core/FileExplorer/Behavior-Settings.md | 4 ++--
aspnet-core/FileExplorer/Context-Menu.md | 6 ++---
aspnet-core/FileExplorer/Customization.md | 12 +++++-----
aspnet-core/FileExplorer/Localization.md | 2 +-
aspnet-core/FileExplorer/Resizing.md | 6 ++---
aspnet-core/FileExplorer/Toolbar.md | 10 ++++-----
27 files changed, 71 insertions(+), 71 deletions(-)
diff --git a/aspnet-core/Accordion/Keyboard-Navigation.md b/aspnet-core/Accordion/Keyboard-Navigation.md
index 5e59ac8b..49704661 100644
--- a/aspnet-core/Accordion/Keyboard-Navigation.md
+++ b/aspnet-core/Accordion/Keyboard-Navigation.md
@@ -18,7 +18,7 @@ Shortcut Key
Description |
|
-{{ '[Access key](http://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j |
+{{ '[Access key](https://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j |
Focuses into the accordion control |
|
diff --git a/aspnet-core/Autocomplete/Data-Binding.md b/aspnet-core/Autocomplete/Data-Binding.md
index 5138c969..91b35421 100644
--- a/aspnet-core/Autocomplete/Data-Binding.md
+++ b/aspnet-core/Autocomplete/Data-Binding.md
@@ -198,7 +198,7 @@ The below following types are used to bind remote datasource to an AutoComplete
### OData
-OData is a standardized protocol for creating and consuming data. You can provide the [OData service](http://www.odata.org/) URL directly to the dataManager URL property.
+OData is a standardized protocol for creating and consuming data. You can provide the [OData service](https://www.odata.org/) URL directly to the dataManager URL property.
{% highlight html %}
diff --git a/aspnet-core/Autocomplete/How-To.md b/aspnet-core/Autocomplete/How-To.md
index 79b3618e..3d0e1159 100644
--- a/aspnet-core/Autocomplete/How-To.md
+++ b/aspnet-core/Autocomplete/How-To.md
@@ -67,7 +67,7 @@ The following screenshot exhibits the output of the above code.
## URL,Web API adaptor server side filtering
-When the dataSource of AutoComplete bound with Adaptors such as WebAPI/URL, then we need to perform the filtering and sorting operation in server side using LINQ or our [DataManager API operations](https://www.syncfusion.com/kb/4300/server-side-api-for-datamanager-operations) before returning data to the client side.
+When the dataSource of AutoComplete bound with Adaptors such as WebAPI/URL, then we need to perform the filtering and sorting operation in server side using LINQ or our [DataManager API operations](https://support.syncfusion.com/kb/article/4411/server-side-api-for-datamanager-operations) before returning data to the client side.
This change is applicable for all operations that needs to fetch altered data from Data source like filter, search etc.
diff --git a/aspnet-core/Autocomplete/Keyboard-Interaction.md b/aspnet-core/Autocomplete/Keyboard-Interaction.md
index 21c59b88..210f9f07 100644
--- a/aspnet-core/Autocomplete/Keyboard-Interaction.md
+++ b/aspnet-core/Autocomplete/Keyboard-Interaction.md
@@ -20,7 +20,7 @@ Shortcut Key |
Description |
|
-{{ '[Access key](http://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j |
+{{ '[Access key](https://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j |
Focuses into the AutoComplete text box |
|
diff --git a/aspnet-core/Autocomplete/Validation.md b/aspnet-core/Autocomplete/Validation.md
index 98c3da80..71758c66 100644
--- a/aspnet-core/Autocomplete/Validation.md
+++ b/aspnet-core/Autocomplete/Validation.md
@@ -11,7 +11,7 @@ documentation: ug
You can validate the Autocomplete `value` on form submission by applying `validation-rules` and `validation-message` to the Autocomplete.
-N> [jquery.validate.min](http://cdn.syncfusion.com/js/assets/external/jquery.validate.min.js) script file should be referred for validation, for more details, refer [here](http://jqueryvalidation.org/documentation).
+N> [jquery.validate.min](https://cdn.syncfusion.com/js/assets/external/jquery.validate.min.js) script file should be referred for validation, for more details, refer [here](https://jqueryvalidation.org/documentation).
## Validation Rules
diff --git a/aspnet-core/CheckBox/Easy-customization.md b/aspnet-core/CheckBox/Easy-customization.md
index 4b58a4f1..80e35567 100644
--- a/aspnet-core/CheckBox/Easy-customization.md
+++ b/aspnet-core/CheckBox/Easy-customization.md
@@ -57,7 +57,7 @@ Checkbox in binary states
## Enable Tri-State
-Sometimes, it is essential for you to represent the answer in partially true state. To represent the partially true types, an indeterminate state option is present. The state between checked and unchecked state is called indeterminate state. For example, a Checkbox presented to select files to send via [FTP](http://en.wikipedia.org/wiki/File_Transfer_Protocol) can use a [tree view](http://en.wikipedia.org/wiki/Tree_view) so that files can be selected one at a time, or by folder. When only some of the files in a folder are selected, then the checkbox for that folder could be in indeterminate state.
+Sometimes, it is essential for you to represent the answer in partially true state. To represent the partially true types, an indeterminate state option is present. The state between checked and unchecked state is called indeterminate state. For example, a Checkbox presented to select files to send via [FTP](https://en.wikipedia.org/wiki/File_Transfer_Protocol) can use a [tree view](https://en.wikipedia.org/wiki/Tree_view) so that files can be selected one at a time, or by folder. When only some of the files in a folder are selected, then the checkbox for that folder could be in indeterminate state.
When you enable Tri-state, then the Checkbox includes the indeterminate state. The Checkbox has three states. Enable the enable-tri-state property specifies to enable or disable the Tri-State option for Checkbox.
diff --git a/aspnet-core/CurrencyTextBox/Keyboard-Interaction.md b/aspnet-core/CurrencyTextBox/Keyboard-Interaction.md
index 4c7ffca3..6f7c8f3d 100644
--- a/aspnet-core/CurrencyTextBox/Keyboard-Interaction.md
+++ b/aspnet-core/CurrencyTextBox/Keyboard-Interaction.md
@@ -20,7 +20,7 @@ Shortcut Key |
Description |
|
-{{ '[Access key](http://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j |
+{{ '[Access key](https://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j |
Focuses the control |
@@ -55,7 +55,7 @@ currencyAttribute.Add("accesskey", "j");
{% endhighlight %}
-Run the above example and press [Access key](http://en.wikipedia.org/wiki/Access_key) + j key to focus the CurrencyTextBox widget. Perform provided functionality by using keyboard shortcuts.
+Run the above example and press [Access key](https://en.wikipedia.org/wiki/Access_key) + j key to focus the CurrencyTextBox widget. Perform provided functionality by using keyboard shortcuts.

diff --git a/aspnet-core/DataManager/Data-Binding.md b/aspnet-core/DataManager/Data-Binding.md
index 7e997083..2a234b27 100644
--- a/aspnet-core/DataManager/Data-Binding.md
+++ b/aspnet-core/DataManager/Data-Binding.md
@@ -169,7 +169,7 @@ The result of the above code example is illustrated as follows.
## OData V4
-The OData v4 is an improved version of OData protocols and the **DataManager** can also retrieve and consume OData v4 services. For more details on OData v4 Services, refer the [odata documentation](http://www.odata.org/documentation/).
+The OData v4 is an improved version of OData protocols and the **DataManager** can also retrieve and consume OData v4 services. For more details on OData v4 Services, refer the [odata documentation](https://www.odata.org/documentation/).
You can refer to the following code example for consuming OData v4 services and bind the result to the simple **HTML** table. In the the following code, `crossDomain` is enabled to make cross domain request.
diff --git a/aspnet-core/DatePicker/Behavior-Settings.md b/aspnet-core/DatePicker/Behavior-Settings.md
index 58c3b564..ed526ab7 100644
--- a/aspnet-core/DatePicker/Behavior-Settings.md
+++ b/aspnet-core/DatePicker/Behavior-Settings.md
@@ -52,7 +52,7 @@ N> You can change the **MinDate** and **MaxDate** value dynamically like **Value
Start and depth represents the view of Essential ASP.NET Core DatePicker calendar. DatePicker calendar has four different level of views, which are month, year, decade and century. It allows you to quick pick date from different months and years by navigating through different views.
-By default DatePicker starts with month view and can be drill down into year, decade and century. You can also change the start and depth level view by using [StartLevel](http://help.syncfusion.com/js/api/ejdatepicker#members:startlevel) and [DepthLevel](http://help.syncfusion.com/js/api/ejdatepicker#members:depthlevel) property. So that you can initiate DatePicker calendar to view at any level and control the navigation.
+By default DatePicker starts with month view and can be drill down into year, decade and century. You can also change the start and depth level view by using [StartLevel](https://help.syncfusion.com/js/api/ejdatepicker#members:startlevel) and [DepthLevel](https://help.syncfusion.com/js/api/ejdatepicker#members:depthlevel) property. So that you can initiate DatePicker calendar to view at any level and control the navigation.
* "Month" - shows the days in month to pick.
* "Year" - shows the months in year to pick.
@@ -79,7 +79,7 @@ By default DatePicker starts with month view and can be drill down into year, de
## Display Inline Mode
-The Essential ASP.NET Core DatePicker provides an option to act as calendar by setting the [DisplayInline](http://help.syncfusion.com/js/api/ejdatepicker#members:displayinline) property as true. In this mode the DatePicker calendar has been placed open state constantly to pick the date.
+The Essential ASP.NET Core DatePicker provides an option to act as calendar by setting the [DisplayInline](https://help.syncfusion.com/js/api/ejdatepicker#members:displayinline) property as true. In this mode the DatePicker calendar has been placed open state constantly to pick the date.
Refer below code example to represent DatePicker as calendar.
{% highlight cshtml %}
@@ -103,7 +103,7 @@ Refer below code example to represent DatePicker as calendar.
## Strict Mode
-Strict mode in Essential ASP.NET Core DatePicker allows you to enter valid or invalid date in input textbox, but an error class will get added to exhibit if it is an invalid date. When you set [EnableStrictMode](http://help.syncfusion.com/js/api/ejdatepicker#members:enablestrictmode) to false, DatePicker allows you to enter only the valid date or else it will resets with previous value.
+Strict mode in Essential ASP.NET Core DatePicker allows you to enter valid or invalid date in input textbox, but an error class will get added to exhibit if it is an invalid date. When you set [EnableStrictMode](https://help.syncfusion.com/js/api/ejdatepicker#members:enablestrictmode) to false, DatePicker allows you to enter only the valid date or else it will resets with previous value.
Also the valid date should be defined in specified range or else it resets to min or maximum date when the entered date is out of range
diff --git a/aspnet-core/DatePicker/Customization.md b/aspnet-core/DatePicker/Customization.md
index 852d6f7f..7e05fd20 100644
--- a/aspnet-core/DatePicker/Customization.md
+++ b/aspnet-core/DatePicker/Customization.md
@@ -12,7 +12,7 @@ The Essential ASP.NET Core DatePicker appearance can be customized using below l
## Set Dimension
-By default DatePicker has standard height and width (height: "30" and width: "143"). You can change this height and width by using [Height](http://help.syncfusion.com/js/api/ejdatepicker#members:height) and [Width](http://help.syncfusion.com/js/api/ejdatepicker#members:width) property respectively.
+By default DatePicker has standard height and width (height: "30" and width: "143"). You can change this height and width by using [Height](https://help.syncfusion.com/js/api/ejdatepicker#members:height) and [Width](https://help.syncfusion.com/js/api/ejdatepicker#members:width) property respectively.
{% highlight cshtml %}
@@ -63,7 +63,7 @@ Since Essential ASP.NET Core DatePicker is a form control and you can make it as
## Show Footer
-You can show or hide the footer of EJMVC DatePicker calendar by using [ShowFooter](http://help.syncfusion.com/js/api/ejdatepicker#members:showfooter) property.
+You can show or hide the footer of EJMVC DatePicker calendar by using [ShowFooter](https://help.syncfusion.com/js/api/ejdatepicker#members:showfooter) property.
{% highlight cshtml %}
@@ -91,7 +91,7 @@ N> Footer contains the today button to quickly navigate to the current date. By
## Show Popup Button
-The Essential ASP.NET Core DatePicker input textbox contains a button to open the DatePicker calendar. You can hide this DatePicker calendar button using [ShowPopupButton](http://help.syncfusion.com/js/api/ejdatepicker#members:showpopupbutton) value as false.
+The Essential ASP.NET Core DatePicker input textbox contains a button to open the DatePicker calendar. You can hide this DatePicker calendar button using [ShowPopupButton](https://help.syncfusion.com/js/api/ejdatepicker#members:showpopupbutton) value as false.
By hiding this button, you can open the DatePicker by focusing the input textbox element itself.
@@ -119,7 +119,7 @@ By hiding this button, you can open the DatePicker by focusing the input textbox
## Show Other Months
-You can show or hide the other month days from the Essential ASP.NET Core DatePicker calendar by using [ShowOtherMonths](http://help.syncfusion.com/js/api/ejdatepicker#members:showothermonths) property.
+You can show or hide the other month days from the Essential ASP.NET Core DatePicker calendar by using [ShowOtherMonths](https://help.syncfusion.com/js/api/ejdatepicker#members:showothermonths) property.
{% highlight cshtml %}
@@ -144,7 +144,7 @@ You can show or hide the other month days from the Essential ASP.NET Core DatePi
## Highlight Special Date
-The Essential ASP.NET Core DatePicker allows you to highlight the special dates in ASP.NET Core DatePicker calendar by using [SpecialDates](http://help.syncfusion.com/js/api/ejdatepicker#members:specialdates) property. It receives the list of "dataSpecial" date fields such as, in which the data should contain the date value, icon CSS class and tooltip as field values with any names.
+The Essential ASP.NET Core DatePicker allows you to highlight the special dates in ASP.NET Core DatePicker calendar by using [SpecialDates](https://help.syncfusion.com/js/api/ejdatepicker#members:specialdates) property. It receives the list of "dataSpecial" date fields such as, in which the data should contain the date value, icon CSS class and tooltip as field values with any names.
Special Date property has following properties,
diff --git a/aspnet-core/DatePicker/Display-Format.md b/aspnet-core/DatePicker/Display-Format.md
index 1b29629d..0c55b11e 100644
--- a/aspnet-core/DatePicker/Display-Format.md
+++ b/aspnet-core/DatePicker/Display-Format.md
@@ -82,7 +82,7 @@ The full four digit year
|
## Date Format
-Each culture has some specific date format. Date format defines a format or structure of the displayed date in the textbox of EJMVC DatePicker component. You can change the date format by using [DateFormat](http://help.syncfusion.com/js/api/ejdatepicker#members:dateformat) property
+Each culture has some specific date format. Date format defines a format or structure of the displayed date in the textbox of EJMVC DatePicker component. You can change the date format by using [DateFormat](https://help.syncfusion.com/js/api/ejdatepicker#members:dateformat) property
The standard formats are listed as follows
@@ -159,7 +159,7 @@ N> by default date format is based on culture specific. You have to refer the re
## Header Format
-EJMVC DatePicker calendar consists of header, day header, days and footer section. In which header section shows the current view of DatePicker calendar by displaying the selected day or month or year. It can be formatted as like date format by using [HeaderFormat](http://help.syncfusion.com/js/api/ejdatepicker#members:headerformat) property.
+EJMVC DatePicker calendar consists of header, day header, days and footer section. In which header section shows the current view of DatePicker calendar by displaying the selected day or month or year. It can be formatted as like date format by using [HeaderFormat](https://help.syncfusion.com/js/api/ejdatepicker#members:headerformat) property.
{% highlight cshtml %}
@@ -182,7 +182,7 @@ EJMVC DatePicker calendar consists of header, day header, days and footer sectio
## Day Header
-Day header determines the days name to be displayed in terms of short, medium and long in EJMVC DatePicker calendar by using [DayHeaderFormat](http://help.syncfusion.com/js/api/ejdatepicker#members:dayheaderformat) property. Also the DatePicker calendar size varies with this specified values.
+Day header determines the days name to be displayed in terms of short, medium and long in EJMVC DatePicker calendar by using [DayHeaderFormat](https://help.syncfusion.com/js/api/ejdatepicker#members:dayheaderformat) property. Also the DatePicker calendar size varies with this specified values.
{% highlight cshtml %}
@@ -205,9 +205,9 @@ Day header determines the days name to be displayed in terms of short, medium an
## Tooltip with Formatting
-The EJMVC DatePicker calendar shows tooltip on hovering the date by specifying the formatted date of hovered date. Its helps you to get clear view about the date going to select. You can show or hide this tooltip option by using [ShowTooltip](http://help.syncfusion.com/js/api/ejdatepicker#members:showtooltip ) property.
+The EJMVC DatePicker calendar shows tooltip on hovering the date by specifying the formatted date of hovered date. Its helps you to get clear view about the date going to select. You can show or hide this tooltip option by using [ShowTooltip](https://help.syncfusion.com/js/api/ejdatepicker#members:showtooltip ) property.
-You can also change the format of tooltip by using [TooltipFormat](http://help.syncfusion.com/js/api/ejdatepicker#members:tooltipformat) property. Below codes example allows to show tooltip and format its value.
+You can also change the format of tooltip by using [TooltipFormat](https://help.syncfusion.com/js/api/ejdatepicker#members:tooltipformat) property. Below codes example allows to show tooltip and format its value.
{% highlight cshtml %}
diff --git a/aspnet-core/DatePicker/Globalization.md b/aspnet-core/DatePicker/Globalization.md
index d33b1eb6..10dc4081 100644
--- a/aspnet-core/DatePicker/Globalization.md
+++ b/aspnet-core/DatePicker/Globalization.md
@@ -11,7 +11,7 @@ documentation: ug
Essential ASP.NET Core DatePicker has been provided with built-in localization support, so that it will be able adapt based on culture specific locale defined for it.
More than 350 culture specific files are available to localize the date. To know more about EJ globalize support, please refer the below link
- [http://help.syncfusion.com/js/localization](http://help.syncfusion.com/js/localization)
+ [http://help.syncfusion.com/js/localization](https://help.syncfusion.com/js/localization)
N> Seven culture-specific script files are available in the below specified location. For all other culture files, please download from the [GitHub](https://github.com/syncfusion/ej-global/tree/master/i18n) location.
@@ -65,7 +65,7 @@ N> To render the DatePicker Control you can use either Razor or Tag helper code
## Watermark and Today Button Text
-By default the EJMVC DatePicker input has “select date” as watermark text, you can change this value by using [WatermarkText](http://help.syncfusion.com/js/api/ejdatepicker#members:watermarktext) property. Also there’s a today button in DatePicker calendar which allows you to quick select the current date, you can change this value by using **ButtonText** property.
+By default the EJMVC DatePicker input has “select date” as watermark text, you can change this value by using [WatermarkText](https://help.syncfusion.com/js/api/ejdatepicker#members:watermarktext) property. Also there’s a today button in DatePicker calendar which allows you to quick select the current date, you can change this value by using **ButtonText** property.
{% highlight cshtml %}
diff --git a/aspnet-core/DatePicker/How-To.md b/aspnet-core/DatePicker/How-To.md
index 56bdd09c..a9bd86ec 100644
--- a/aspnet-core/DatePicker/How-To.md
+++ b/aspnet-core/DatePicker/How-To.md
@@ -10,19 +10,19 @@ documentation: ug
## Customizing template with range selection between two DatePicker.
-You can customize the date field to emphasize the particular dates in Essential ASP.NET Core DatePicker calendar with help of [SpecialDates](http://help.syncfusion.com/js/api/ejdatepicker#members:specialdates) and set the date range using [MinDate](http://help.syncfusion.com/js/api/ejdatepicker#members:mindate) and [MaxDate](http://help.syncfusion.com/js/api/ejdatepicker#members:maxdate) property.
+You can customize the date field to emphasize the particular dates in Essential ASP.NET Core DatePicker calendar with help of [SpecialDates](https://help.syncfusion.com/js/api/ejdatepicker#members:specialdates) and set the date range using [MinDate](https://help.syncfusion.com/js/api/ejdatepicker#members:mindate) and [MaxDate](http://help.syncfusion.com/js/api/ejdatepicker#members:maxdate) property.
## Validating the date value in server side
-The Essential ASP.NET Core DatePicker control, is a form control which allows us to validate the date value in client side and server side actions. Please refer from the [validation](https://www.syncfusion.com/kb/5433/how-to-achieve-the-required-field-validation-for-datepicker-control-in-asp-net-mvc) to know more about this with EJMVC DatePicker control.
+The Essential ASP.NET Core DatePicker control, is a form control which allows us to validate the date value in client side and server side actions. Please refer from the [validation](https://support.syncfusion.com/kb/article/5086/how-to-achieve-the-required-field-validation-for-datepicker-control-in-asp-net-mvc) to know more about this with EJMVC DatePicker control.
## Localize DatePicker with browser specific culture
-You can get the browser culture name at page load or document ready state. Based on the culture name, The Essential ASP.NET Core DatePicker can be initiated with that specific culture value by assigning to [Locale](http://help.syncfusion.com/js/api/ejdatepicker#members:locale) property.
+You can get the browser culture name at page load or document ready state. Based on the culture name, The Essential ASP.NET Core DatePicker can be initiated with that specific culture value by assigning to [Locale](https://help.syncfusion.com/js/api/ejdatepicker#members:locale) property.
## Disable specific dates to restrict user
-Essential ASP.NET Core DatePicker allows you to restrict date selection in specific range by using date range option. But you can also restrict selective date in DatePicker calendar by utilizing [BeforeDateCreate](http://help.syncfusion.com/js/api/ejdatepicker#events:beforedatecreate) event. This event will get triggered at each date creation. So you can disable the selective date in this event to restrict the user.
+Essential ASP.NET Core DatePicker allows you to restrict date selection in specific range by using date range option. But you can also restrict selective date in DatePicker calendar by utilizing [BeforeDateCreate](https://help.syncfusion.com/js/api/ejdatepicker#events:beforedatecreate) event. This event will get triggered at each date creation. So you can disable the selective date in this event to restrict the user.
{% highlight cshtml %}
@@ -74,7 +74,7 @@ Essential ASP.NET Core DatePicker allows you to restrict date selection in speci
## How to add clear button with DatePicker?
-Clear button can be included in the DatePicker control. In the `create` event of DatePicker, clear button element should be appended in the input element and event for clearing the value should bind with the clear button element. Refer the sample from the link [Clear button](http://jsplayground.syncfusion.com/mmdn4d0q) to know how to add the clear button with the DatePicker component. Based, on the theme loaded you can adjust the styles of the clear button.
+Clear button can be included in the DatePicker control. In the `create` event of DatePicker, clear button element should be appended in the input element and event for clearing the value should bind with the clear button element. Refer the sample from the link [Clear button](https://jsplayground.syncfusion.com/mmdn4d0q) to know how to add the clear button with the DatePicker component. Based, on the theme loaded you can adjust the styles of the clear button.
{% highlight cshtml %}
diff --git a/aspnet-core/DatePicker/Miscellaneous.md b/aspnet-core/DatePicker/Miscellaneous.md
index 7b074019..0bbfd949 100644
--- a/aspnet-core/DatePicker/Miscellaneous.md
+++ b/aspnet-core/DatePicker/Miscellaneous.md
@@ -10,7 +10,7 @@ documentation: ug
## Start Day
-By default EJMVC DatePicker calendar starts with "Sunday" and ends with "Monday". You can redefine this start day by using [StartDay](http://help.syncfusion.com/js/api/ejdatepicker#members:startday) property.
+By default EJMVC DatePicker calendar starts with "Sunday" and ends with "Monday". You can redefine this start day by using [StartDay](https://help.syncfusion.com/js/api/ejdatepicker#members:startday) property.
Refer below code to start Wednesday as start day.
@@ -39,7 +39,7 @@ N> To render the DatePicker Control you can use either Razor or Tag helper code
## Step Months
-The EJMVC DatePicker calendar allows you to quick navigate back and forth from one month to previous or next month by clicking the arrow button. By default it is navigate one by one month. You can also navigate by skipping months in odd or even or any count by using [StepMonths](http://help.syncfusion.com/js/api/ejdatepicker#members:stepmonths) property.
+The EJMVC DatePicker calendar allows you to quick navigate back and forth from one month to previous or next month by clicking the arrow button. By default it is navigate one by one month. You can also navigate by skipping months in odd or even or any count by using [StepMonths](https://help.syncfusion.com/js/api/ejdatepicker#members:stepmonths) property.
{% highlight cshtml %}
@@ -63,7 +63,7 @@ The EJMVC DatePicker calendar allows you to quick navigate back and forth from o
## Read Only
-You can make EJMVC DatePicker as read only by setting [ReadOnly](http://help.syncfusion.com/js/api/ejdatepicker#members:readonly) property as true. It allows only to read the value and it cannot be changed by interaction.
+You can make EJMVC DatePicker as read only by setting [ReadOnly](https://help.syncfusion.com/js/api/ejdatepicker#members:readonly) property as true. It allows only to read the value and it cannot be changed by interaction.
{% highlight cshtml %}
@@ -87,7 +87,7 @@ You can make EJMVC DatePicker as read only by setting [ReadOnly](http://help.syn
## Enable or Disable
-You can enable or disable the EJMVC DatePicker textbox by using [Enabled](http://help.syncfusion.com/js/api/ejdatepicker#members:enabled) property. In inline mode DatePicker calendar also gets enabled or disabled.
+You can enable or disable the EJMVC DatePicker textbox by using [Enabled](https://help.syncfusion.com/js/api/ejdatepicker#members:enabled) property. In inline mode DatePicker calendar also gets enabled or disabled.
{% highlight cshtml %}
diff --git a/aspnet-core/DatePicker/State-Persistence.md b/aspnet-core/DatePicker/State-Persistence.md
index 4705ed3c..6217b9a3 100644
--- a/aspnet-core/DatePicker/State-Persistence.md
+++ b/aspnet-core/DatePicker/State-Persistence.md
@@ -8,7 +8,7 @@ documentation: ug
---
# State Persistence
-You can sustain the entire widget model of EJMVC DatePicker even after form post or browser refresh by using [EnablePersistence](http://help.syncfusion.com/js/api/ejdatepicker#members:enablepersistence) property. So the entire model values such as
+You can sustain the entire widget model of EJMVC DatePicker even after form post or browser refresh by using [EnablePersistence](https://help.syncfusion.com/js/api/ejdatepicker#members:enablepersistence) property. So the entire model values such as
* Selected date
* Highlighted date
diff --git a/aspnet-core/DateRangePicker/globalization.md b/aspnet-core/DateRangePicker/globalization.md
index fd8e6b78..16359571 100644
--- a/aspnet-core/DateRangePicker/globalization.md
+++ b/aspnet-core/DateRangePicker/globalization.md
@@ -13,7 +13,7 @@ DateRangePicker, has built in support with Localization. so, it allows users to
Essential ASP.NET Core DateRangePicker has been provided with built-in localization support, so that it can adapt based on culture specific locale defined for it.
More than 350 culture specific files are available to localize the DateRangePicker. To know more about EJ globalize support, please refer the below link
- [http://help.syncfusion.com/js/localization](http://help.syncfusion.com/js/localization)
+ [http://help.syncfusion.com/js/localization](https://help.syncfusion.com/js/localization)
N> Seven culture-specific script files are available in the below specified location. For all other culture files, please download from the [GitHub](https://github.com/syncfusion/ej-global/tree/master/i18n) location.
diff --git a/aspnet-core/DateTimePicker/Localization.md b/aspnet-core/DateTimePicker/Localization.md
index bf99c32f..2165a66a 100644
--- a/aspnet-core/DateTimePicker/Localization.md
+++ b/aspnet-core/DateTimePicker/Localization.md
@@ -14,7 +14,7 @@ You can globalize your DateTimePicker control. People of different culture can m
Essential ASP.NET MVC DateTimePicker has been provided with built-in localization support, so that it can adapt based on culture specific locale defined for it.
More than 350 culture specific files are available to localize the datetime. To know more about EJ globalize support, please refer the below link
- [http://help.syncfusion.com/js/localization](http://help.syncfusion.com/js/localization)
+ [http://help.syncfusion.com/js/localization](https://help.syncfusion.com/js/localization)
N> Seven culture-specific script files are available in the below specified location. For all other culture files, please download from the [GitHub](https://github.com/syncfusion/ej-global/tree/master/i18n) location.
diff --git a/aspnet-core/DropDownList/Accessibility.md b/aspnet-core/DropDownList/Accessibility.md
index f1b99acf..c104320c 100644
--- a/aspnet-core/DropDownList/Accessibility.md
+++ b/aspnet-core/DropDownList/Accessibility.md
@@ -29,7 +29,7 @@ Keyboard shortcut keys are,
|
- {{'[Access key](http://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j
+ {{'[Access key](https://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j
|
diff --git a/aspnet-core/DropDownList/Customization.md b/aspnet-core/DropDownList/Customization.md
index a1a3857c..fa940e52 100644
--- a/aspnet-core/DropDownList/Customization.md
+++ b/aspnet-core/DropDownList/Customization.md
@@ -90,7 +90,7 @@ You can use ShowRoundedCorner property to add rounded borders to the input and p

-I> The browser support details for rounded corner is given [here](http://www.w3schools.com/cssref/css3_pr_border-radius.asp).
+I> The browser support details for rounded corner is given [here](https://www.w3schools.com/cssref/css3_pr_border-radius.asp).
## Enable/Disable the control
diff --git a/aspnet-core/DropDownList/DataBinding.md b/aspnet-core/DropDownList/DataBinding.md
index e1c766f2..90ea73ae 100644
--- a/aspnet-core/DropDownList/DataBinding.md
+++ b/aspnet-core/DropDownList/DataBinding.md
@@ -269,7 +269,7 @@ To bind remote data to the DropDownList, you can assign a service data as an ins
### OData
-OData is a standardized protocol for creating and consuming data. You can provide the [OData service](http://www.odata.org/) URL directly to the Datasource URL property.
+OData is a standardized protocol for creating and consuming data. You can provide the [OData service](https://www.odata.org/) URL directly to the Datasource URL property.
{% highlight CSHTML %}
@@ -285,7 +285,7 @@ OData is a standardized protocol for creating and consuming data. You can provi
For OData Version 4 support ODataV4Adaptor should be used. By using URL property of Datasource, you can bind OData Version 4 Service link and specify Adaptor value as enum AdaptorType.ODataV4Adaptor.
-For further details about OData service please refer [the link](http://www.odata.org/).
+For further details about OData service please refer [the link](https://www.odata.org/).
{% highlight CSHTML %}
diff --git a/aspnet-core/DropDownList/Functionalities.md b/aspnet-core/DropDownList/Functionalities.md
index 2ff9db6f..9273490f 100644
--- a/aspnet-core/DropDownList/Functionalities.md
+++ b/aspnet-core/DropDownList/Functionalities.md
@@ -29,7 +29,7 @@ The following API’s, select the items in the DropDownList via text or value or
|
- {{'[value](http://help.syncfusion.com/js/api/ejdropdownlist#members:value)'| markdownify }}
+ {{'[value](https://help.syncfusion.com/js/api/ejdropdownlist#members:value)'| markdownify }}
|
@@ -40,7 +40,7 @@ The following API’s, select the items in the DropDownList via text or value or
|
- {{'[text](http://help.syncfusion.com/js/api/ejdropdownlist#members:text)'| markdownify }}
+ {{'[text](https://help.syncfusion.com/js/api/ejdropdownlist#members:text)'| markdownify }}
|
@@ -51,7 +51,7 @@ The following API’s, select the items in the DropDownList via text or value or
|
- {{'[selectedIndex](http://help.syncfusion.com/js/api/ejdropdownlist#members:selectedindex)'| markdownify }}
+ {{'[selectedIndex](https://help.syncfusion.com/js/api/ejdropdownlist#members:selectedindex)'| markdownify }}
|
@@ -61,7 +61,7 @@ The following API’s, select the items in the DropDownList via text or value or
|
- {{'[selectedIndices](http://help.syncfusion.com/js/api/ejdropdownlist#members:selectedindices)'| markdownify }}
+ {{'[selectedIndices](https://help.syncfusion.com/js/api/ejdropdownlist#members:selectedindices)'| markdownify }}
|
@@ -89,7 +89,7 @@ The following methods, select the items in the DropDownList.
|
- {{'[selectItemByIndices](http://help.syncfusion.com/js/api/ejdropdownlist#methods:selectitembyindices)'| markdownify }}
+ {{'[selectItemByIndices](https://help.syncfusion.com/js/api/ejdropdownlist#methods:selectitembyindices)'| markdownify }}
|
@@ -98,7 +98,7 @@ The following methods, select the items in the DropDownList.
|
- {{'[selectItemByText](http://help.syncfusion.com/js/api/ejdropdownlist#methods:selectItemByText)'| markdownify }}
+ {{'[selectItemByText](https://help.syncfusion.com/js/api/ejdropdownlist#methods:selectItemByText)'| markdownify }}
|
@@ -107,7 +107,7 @@ The following methods, select the items in the DropDownList.
|
- {{'[selectItemByValue](http://help.syncfusion.com/js/api/ejdropdownlist#methods:selectitembyvalue)'| markdownify }}
+ {{'[selectItemByValue](https://help.syncfusion.com/js/api/ejdropdownlist#methods:selectitembyvalue)'| markdownify }}
|
@@ -132,7 +132,7 @@ The following methods, used to retrieve the items from the DropDownList.
|
- {{'[getListData](http://help.syncfusion.com/js/api/ejdropdownlist#methods:getlistdata)'| markdownify }}
+ {{'[getListData](https://help.syncfusion.com/js/api/ejdropdownlist#methods:getlistdata)'| markdownify }}
|
@@ -141,7 +141,7 @@ The following methods, used to retrieve the items from the DropDownList.
|
- {{'[getSelectedItem](http://help.syncfusion.com/js/api/ejdropdownlist#methods:getselecteditem)'| markdownify }}
+ {{'[getSelectedItem](https://help.syncfusion.com/js/api/ejdropdownlist#methods:getselecteditem)'| markdownify }}
|
@@ -150,7 +150,7 @@ The following methods, used to retrieve the items from the DropDownList.
|
- {{'[getSelectedValue](http://help.syncfusion.com/js/api/ejdropdownlist#methods:getSelectedValue)'| markdownify }}
+ {{'[getSelectedValue](https://help.syncfusion.com/js/api/ejdropdownlist#methods:getSelectedValue)'| markdownify }}
|
@@ -274,7 +274,7 @@ I> To use "SelectedIndices" property, you should enable either ShowCheckbox or M
### Unselect items
-Similarly, you can unselect a single or multiple items by using [unselectItemByValue](http://help.syncfusion.com/js/api/ejdropdownlist#methods:unselectitembyvalue) or [unselectItemByIndices](http://help.syncfusion.com/js/api/ejdropdownlist#methods:unselectitembyindices) or [unselectItemByText](http://help.syncfusion.com/js/api/ejdropdownlist#methods:unselectitembytext) methods. This will remove the selection state of the corresponding data item from the popup list and textbox.
+Similarly, you can unselect a single or multiple items by using [unselectItemByValue](https://help.syncfusion.com/js/api/ejdropdownlist#methods:unselectitembyvalue) or [unselectItemByIndices](https://help.syncfusion.com/js/api/ejdropdownlist#methods:unselectitembyindices) or [unselectItemByText](http://help.syncfusion.com/js/api/ejdropdownlist#methods:unselectitembytext) methods. This will remove the selection state of the corresponding data item from the popup list and textbox.
{% tabs %}
diff --git a/aspnet-core/FileExplorer/Behavior-Settings.md b/aspnet-core/FileExplorer/Behavior-Settings.md
index d6fea029..ecce1059 100644
--- a/aspnet-core/FileExplorer/Behavior-Settings.md
+++ b/aspnet-core/FileExplorer/Behavior-Settings.md
@@ -13,7 +13,7 @@ Here are some properties to customize behavior of the file explorer.
## File type restriction
-The file explorer control showcase all the files from the filesystem and you can customize the file types that you want to show by using the “[FileTypes](http://help.syncfusion.com/js/api/ejfileexplorer#members:filetypes)” property. It filter the files based on the file extensions.
+The file explorer control showcase all the files from the filesystem and you can customize the file types that you want to show by using the “[FileTypes](https://help.syncfusion.com/js/api/ejfileexplorer#members:filetypes)” property. It filter the files based on the file extensions.
By default it has the value " \*.\* ", so it allows all the file types. In case of image browser, you can allow the image files only by setting “*.png, *.gif, *.jpg, *.jpeg” and it does not allow the other type of files.
In the view page, add FileExplorer helper and specify the file type restriction as shown in the following:
@@ -31,7 +31,7 @@ In the view page, add FileExplorer helper and specify the file type restriction
## Customize the AJAX request settings
-As you already know file explorer is a client – server based control and each action performed in the client sends an AJAX request to the server to perform the server side operations. While sending the AJAX request, the AJAX configurations can be customized through the “[AjaxSettings](http://help.syncfusion.com/js/api/ejfileexplorer#members:ajaxsettings)” property.
+As you already know file explorer is a client – server based control and each action performed in the client sends an AJAX request to the server to perform the server side operations. While sending the AJAX request, the AJAX configurations can be customized through the “[AjaxSettings](https://help.syncfusion.com/js/api/ejfileexplorer#members:ajaxsettings)” property.
The [beforeAjaxRequest](https://help.syncfusion.com/api/js/ejfileexplorer#events:beforeajaxrequest) event will be triggered before the AJAX request is performed. You can modify the ajax request in this event.
The following requests are passed during the **client – server** actions:
diff --git a/aspnet-core/FileExplorer/Context-Menu.md b/aspnet-core/FileExplorer/Context-Menu.md
index 3b0caa82..0ee7ed39 100644
--- a/aspnet-core/FileExplorer/Context-Menu.md
+++ b/aspnet-core/FileExplorer/Context-Menu.md
@@ -132,7 +132,7 @@ It helps to open a file location from the filtered list.
## Context menu Visibility
-The presence of the context menu can be controlled by the “[ShowContextMenu](http://help.syncfusion.com/js/api/ejfileexplorer#members:showcontextmenu)” property. This is enabled by default, and by disabling this property you can prevent our built-in context menu.
+The presence of the context menu can be controlled by the “[ShowContextMenu](https://help.syncfusion.com/js/api/ejfileexplorer#members:showcontextmenu)” property. This is enabled by default, and by disabling this property you can prevent our built-in context menu.
In the view page, add FileExplorer and specify the context menu visibility as false.
@@ -154,9 +154,9 @@ The context menu items can be enabled or disabled through the client side public
For example, if you disable the “Upload” item, it is disabled in all places wherever it appears such as open the context menu on “TreeView”, open on file/folder, and open on layout.
-* [enableMenuItem](http://help.syncfusion.com/js/api/ejfileexplorer#methods:enablemenuitem)
+* [enableMenuItem](https://help.syncfusion.com/js/api/ejfileexplorer#methods:enablemenuitem)
-* [disableMenuItem](http://help.syncfusion.com/js/api/ejfileexplorer#methods:disablemenuitem)
+* [disableMenuItem](https://help.syncfusion.com/js/api/ejfileexplorer#methods:disablemenuitem)
These methods accepts only the context menu item name as the parameter.
diff --git a/aspnet-core/FileExplorer/Customization.md b/aspnet-core/FileExplorer/Customization.md
index 64ffa5bd..d66cfdc2 100644
--- a/aspnet-core/FileExplorer/Customization.md
+++ b/aspnet-core/FileExplorer/Customization.md
@@ -10,7 +10,7 @@ keywords: FileExplorer, Syncfusion, Asp.Net Core FileExplorer, UG document, Cus
## Dimension Customization
-The dimension of the file explorer can be customized through the “[Height](http://help.syncfusion.com/js/api/ejfileexplorer#members:height)” and “[Width](http://help.syncfusion.com/js/api/ejfileexplorer#members:width)” property. The dimension can be set in percentage (e.g., width: “100 %”), so that the control inherits the width from the parent element.
+The dimension of the file explorer can be customized through the “[Height](https://help.syncfusion.com/js/api/ejfileexplorer#members:height)” and “[Width](http://help.syncfusion.com/js/api/ejfileexplorer#members:width)” property. The dimension can be set in percentage (e.g., width: “100 %”), so that the control inherits the width from the parent element.
In the view page, add file explorer with custom height and width.
@@ -30,7 +30,7 @@ In the view page, add file explorer with custom height and width.
The navigation pane contains the tree view element that displays all the folders from the filesystem in a hierarchical manner. This is useful for a quick navigation of any folder in the filesystem.
-The visibility of the navigation pane can be controlled by the “[ShowNavigationPane](http://help.syncfusion.com/js/api/ejfileexplorer#members:shownavigationpane)” property. By disabling this property, you can hide the navigation pane from file explorer.
+The visibility of the navigation pane can be controlled by the “[ShowNavigationPane](https://help.syncfusion.com/js/api/ejfileexplorer#members:shownavigationpane)” property. By disabling this property, you can hide the navigation pane from file explorer.
In the view page, add file explorer and specify the navigation pane as false.
@@ -70,13 +70,13 @@ You can change the layout using the toolbar option. While clicking this tool, po

-Also the layout views can be changed through the “[Layout](http://help.syncfusion.com/js/api/ejfileexplorer#members:layout)” property. The [layoutChange](https://help.syncfusion.com/api/js/ejfileexplorer#events:layoutchange) event will be triggered whenever the layout view type is changed.
+Also the layout views can be changed through the “[Layout](https://help.syncfusion.com/js/api/ejfileexplorer#members:layout)” property. The [layoutChange](https://help.syncfusion.com/api/js/ejfileexplorer#events:layoutchange) event will be triggered whenever the layout view type is changed.
### Customizing the Grid view
-By default, sorting is enabled in grid view of file explorer, it helps you to sort each columns in ascending or descending order by pressing the corresponding column header. The sorting functionality can be disabled by setting the “[AllowSorting](http://help.syncfusion.com/js/api/ejfileexplorer#members:gridsettings-allowsorting)” property to false.
+By default, sorting is enabled in grid view of file explorer, it helps you to sort each columns in ascending or descending order by pressing the corresponding column header. The sorting functionality can be disabled by setting the “[AllowSorting](https://help.syncfusion.com/js/api/ejfileexplorer#members:gridsettings-allowsorting)” property to false.
-The behavior of the columns can be customized through the “[Columns](http://help.syncfusion.com/js/api/ejfileexplorer#members:gridsettings-columns)” property.
+The behavior of the columns can be customized through the “[Columns](https://help.syncfusion.com/js/api/ejfileexplorer#members:gridsettings-columns)” property.
In the view page, add file explorer with custom grid settings.
@@ -101,7 +101,7 @@ In the view page, add file explorer with custom grid settings.
## Footer Customization
-The footer displays the details of the currently selected files and folders, and it contains the switcher to change the layout view. The visibility of the footer can be customized by the “[ShowFooter](http://help.syncfusion.com/js/api/ejfileexplorer#members:showfooter)” property.
+The footer displays the details of the currently selected files and folders, and it contains the switcher to change the layout view. The visibility of the footer can be customized by the “[ShowFooter](https://help.syncfusion.com/js/api/ejfileexplorer#members:showfooter)” property.
In the view page, add file explorer helper and hides the footer as shown in the following.
diff --git a/aspnet-core/FileExplorer/Localization.md b/aspnet-core/FileExplorer/Localization.md
index c2729014..ae06ef2b 100644
--- a/aspnet-core/FileExplorer/Localization.md
+++ b/aspnet-core/FileExplorer/Localization.md
@@ -112,7 +112,7 @@ The following table list out the keys with corresponding texts in English cultur
## Change the culture
-The language of the FileExplorer can be changed by the “[Locale](http://help.syncfusion.com/js/api/ejfileexplorer#members:locale)” property. This property allows the culture code of the country as input. The culture code has to be specified in the standard format as the **[Language Code]-[County/Region Code]**.
+The language of the FileExplorer can be changed by the “[Locale](https://help.syncfusion.com/js/api/ejfileexplorer#members:locale)” property. This property allows the culture code of the country as input. The culture code has to be specified in the standard format as the **[Language Code]-[County/Region Code]**.
For example the culture code for German is “**de-DE**”.
diff --git a/aspnet-core/FileExplorer/Resizing.md b/aspnet-core/FileExplorer/Resizing.md
index f3ec2111..f62dab03 100644
--- a/aspnet-core/FileExplorer/Resizing.md
+++ b/aspnet-core/FileExplorer/Resizing.md
@@ -10,7 +10,7 @@ keywords: FileExplorer, Syncfusion, Asp.Net Core FileExplorer, UG document, Res
The file explorer has the resize support through the resize handle that appears at the right-bottom corner of the footer. By clicking the resize handle the user can resize the file explorer through the UI. While resizing, the dimension of the file explorer is automatically adjusted.
-The resize behavior can be enabled through the “[EnableResize](http://help.syncfusion.com/js/api/ejfileexplorer#members:enableresize)” property.
+The resize behavior can be enabled through the “[EnableResize](https://help.syncfusion.com/js/api/ejfileexplorer#members:enableresize)” property.
In the view page, add FileExplorer helper with resizable option as shown in the following:
@@ -28,7 +28,7 @@ In the view page, add FileExplorer helper with resizable option as shown in the
## Responsiveness
-By enabling the “[IsResponsive](http://help.syncfusion.com/js/api/ejfileexplorer#members:isresponsive)” property, you can make the file explorer as responsive. While resizing the file explorer component, the inner content and toolbar items are automatically adjusted to equalize the size. The toolbar items are displayed in the Dropdown on enabling the responsive. Otherwise, it floats to the next line to equalize the space.
+By enabling the “[IsResponsive](https://help.syncfusion.com/js/api/ejfileexplorer#members:isresponsive)” property, you can make the file explorer as responsive. While resizing the file explorer component, the inner content and toolbar items are automatically adjusted to equalize the size. The toolbar items are displayed in the Dropdown on enabling the responsive. Otherwise, it floats to the next line to equalize the space.
In the view page, add FileExplorer helper with responsive option.
@@ -47,7 +47,7 @@ In the view page, add FileExplorer helper with responsive option.
## Restriction on resize
-You can restrict the dimension of the FileExplorer by setting the “[MinHeight](http://help.syncfusion.com/js/api/ejfileexplorer#members:minheight)”, “[MaxHeight](http://help.syncfusion.com/js/api/ejfileexplorer#members:maxheight)”, “[MinWidth](http://help.syncfusion.com/js/api/ejfileexplorer#members:minwidth)” and “[MaxWidth](http://help.syncfusion.com/js/api/ejfileexplorer#members:maxwidth)” properties while resizing the FileExplorer.
+You can restrict the dimension of the FileExplorer by setting the “[MinHeight](https://help.syncfusion.com/js/api/ejfileexplorer#members:minheight)”, “[MaxHeight](https://help.syncfusion.com/js/api/ejfileexplorer#members:maxheight)”, “[MinWidth](http://help.syncfusion.com/js/api/ejfileexplorer#members:minwidth)” and “[MaxWidth](http://help.syncfusion.com/js/api/ejfileexplorer#members:maxwidth)” properties while resizing the FileExplorer.
In the view page, add FileExplorer helper and set resize option within the particular region.
diff --git a/aspnet-core/FileExplorer/Toolbar.md b/aspnet-core/FileExplorer/Toolbar.md
index c95f8d13..32ff36ef 100644
--- a/aspnet-core/FileExplorer/Toolbar.md
+++ b/aspnet-core/FileExplorer/Toolbar.md
@@ -161,7 +161,7 @@ In the view page, add FileExplorer and specify “ShowToolbar” as false.
## Toolbar configuration
-From the list of available items, you can configure and group your required toolbar items only through the “[Tools](http://help.syncfusion.com/js/api/ejfileexplorer#members:tools)” property. And also, you can arrange the toolbar items by the “[ToolsList](http://help.syncfusion.com/js/api/ejfileexplorer#members:toolslist)” property.
+From the list of available items, you can configure and group your required toolbar items only through the “[Tools](https://help.syncfusion.com/js/api/ejfileexplorer#members:tools)” property. And also, you can arrange the toolbar items by the “[ToolsList](http://help.syncfusion.com/js/api/ejfileexplorer#members:toolslist)” property.
{% highlight CSHTML %}
@@ -180,7 +180,7 @@ From the list of available items, you can configure and group your required tool
## Search bar
-The Search bar can be customize through the “[FilterSettings](http://help.syncfusion.com/js/api/ejfileexplorer#members:filtersettings)” property. By default, the search does not consider the case sensitivity, and the search work is based on the “[FilterType](http://help.syncfusion.com/js/api/ejfileexplorer#members:filtersettings-filtertype)”.
+The Search bar can be customize through the “[FilterSettings](https://help.syncfusion.com/js/api/ejfileexplorer#members:filtersettings)” property. By default, the search does not consider the case sensitivity, and the search work is based on the “[FilterType](https://help.syncfusion.com/js/api/ejfileexplorer#members:filtersettings-filtertype)”.
The file explorer allows the following filter types in the search functionality.
@@ -271,9 +271,9 @@ In the view page, add FileExplorer and specify custom tool as shown in the follo
Each toolbar item can be enabled or disabled through the following client-side public methods.
-* [enableToolbarItem](http://help.syncfusion.com/js/api/ejfileexplorer#methods:enabletoolbaritem)
+* [enableToolbarItem](https://help.syncfusion.com/js/api/ejfileexplorer#methods:enabletoolbaritem)
-* [disableToolbarItem](http://help.syncfusion.com/js/api/ejfileexplorer#methods:disabletoolbaritem)
+* [disableToolbarItem](https://help.syncfusion.com/js/api/ejfileexplorer#methods:disabletoolbaritem)
These methods accepts the tool name as the parameter. It also allows the parameter as tool item index or the jQuery object of the tool item.
@@ -312,7 +312,7 @@ If you want to enable / disable the custom added tool in toolbar, you need to pa
## Customizing the Upload Functionality
-The file explorer helps you to upload the file using the “[Upload](http://help.syncfusion.com/js/uploadbox/overview#)” component. File upload can be done through the toolbar item or context menu item. The “[UploadSettings](http://help.syncfusion.com/js/api/ejfileexplorer#members:uploadsettings)” property is used to configure the upload functionalities.
+The file explorer helps you to upload the file using the “[Upload](https://help.syncfusion.com/js/uploadbox/overview#)” component. File upload can be done through the toolbar item or context menu item. The “[UploadSettings](https://help.syncfusion.com/js/api/ejfileexplorer#members:uploadsettings)” property is used to configure the upload functionalities.
This property has the following sub properties with the default values:
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 3/7] 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** **

-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.

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.
| Enum | Equivalent string input |
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/)
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.

-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.

-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.

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.)

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.

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.)

@@ -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.)

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.

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.

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.)

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 8fbd9fa6cea670eb0ea4a2ee0d132978fc08173f Mon Sep 17 00:00:00 2001
From: gowthamanthavasiyappan
<90315799+gowthamanthavasiyappan@users.noreply.github.com>
Date: Mon, 12 Jun 2023 14:13:10 +0530
Subject: [PATCH 4/7] SEO-172685-asp-net-core-redirection-tool-fixes-2
---
aspnet-core/ListBox/Keyboard-interaction.md | 2 +-
aspnet-core/Maps/Getting-Started.md | 2 +-
aspnet-core/Maps/Map-Providers.md | 2 +-
aspnet-core/Maps/Overview.md | 2 +-
aspnet-core/Maps/Populate-Data.md | 2 +-
aspnet-core/MaskEdit/Behavior-Settings.md | 2 +-
aspnet-core/NumericTextBox/Keyboard-Interaction.md | 4 ++--
aspnet-core/NumericTextBox/Localization-Support.md | 2 +-
.../PercentageTextBox/Keyboard-Interaction.md | 4 ++--
.../PercentageTextBox/Localization-Support.md | 2 +-
aspnet-core/PivotChart/Getting-Started.md | 2 +-
aspnet-core/PivotClient/Getting-Started.md | 2 +-
aspnet-core/PivotGauge/Getting-Started.md | 2 +-
aspnet-core/PivotGrid/Getting-Started.md | 2 +-
aspnet-core/PivotTreeMap/Getting-Started.md | 2 +-
aspnet-core/ProgressBar/Overview.md | 2 +-
aspnet-core/RadioButton/Getting-Started.md | 2 +-
aspnet-core/Release-Notes/Migratingtov15.1.0.33.md | 2 +-
aspnet-core/Release-Notes/v13.1.0.21.md | 14 +++++++-------
aspnet-core/Release-Notes/v13.2.0.29.md | 14 +++++++-------
aspnet-core/Release-Notes/v13.3.0.7.md | 14 +++++++-------
aspnet-core/Release-Notes/v14.1.0.41.md | 14 +++++++-------
aspnet-core/Release-Notes/v14.2.0.26.md | 14 +++++++-------
aspnet-core/Release-Notes/v14.3.0.49.md | 14 +++++++-------
aspnet-core/Release-Notes/v15.1.0.33.md | 2 +-
aspnet-core/Release-Notes/v15.3.0.29.md | 2 +-
aspnet-core/Release-Notes/v16.1.0.32.md | 2 +-
aspnet-core/Release-Notes/v20.1.0.47.md | 2 +-
28 files changed, 66 insertions(+), 66 deletions(-)
diff --git a/aspnet-core/ListBox/Keyboard-interaction.md b/aspnet-core/ListBox/Keyboard-interaction.md
index f3ff096b..159a9512 100644
--- a/aspnet-core/ListBox/Keyboard-interaction.md
+++ b/aspnet-core/ListBox/Keyboard-interaction.md
@@ -20,7 +20,7 @@ Shortcut Key|
Description |
|
-{{ '[Access key](http://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j |
+{{ '[Access key](https://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j |
Focuses into the ListBox text box |
|
diff --git a/aspnet-core/Maps/Getting-Started.md b/aspnet-core/Maps/Getting-Started.md
index 9231b060..22827493 100644
--- a/aspnet-core/Maps/Getting-Started.md
+++ b/aspnet-core/Maps/Getting-Started.md
@@ -23,7 +23,7 @@ To begin, create a new ASP.NET Core project Web application.
#### Preparing Shape Data
-The Shape Data collection describing geographical shape information can be obtained from [GEOJSON format shapes](http://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip).
+The Shape Data collection describing geographical shape information can be obtained from [GEOJSON format shapes](https://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip).
In this example, USA shape is used as shape data by utilizing the `United States of America.json` file in the following folder structure obtained from downloaded Maps_GeoJSON folder.
diff --git a/aspnet-core/Maps/Map-Providers.md b/aspnet-core/Maps/Map-Providers.md
index 893b2f59..51482c03 100644
--- a/aspnet-core/Maps/Map-Providers.md
+++ b/aspnet-core/Maps/Map-Providers.md
@@ -64,7 +64,7 @@ key="// ...bingMapKey">
### Key
-The bing Map Key is provided as input to this `key` property. The Bing Map key can be obtained from [http://www.microsoft.com/maps/create-a-bing-maps-key.aspx](http://www.microsoft.com/maps/create-a-bing-maps-key.aspx).
+The bing Map Key is provided as input to this `key` property. The Bing Map key can be obtained from [http://www.microsoft.com/maps/create-a-bing-maps-key.aspx](https://www.microsoft.com/en-us/maps/create-a-bing-maps-key).

diff --git a/aspnet-core/Maps/Overview.md b/aspnet-core/Maps/Overview.md
index 68aac5e0..f28ab6ca 100644
--- a/aspnet-core/Maps/Overview.md
+++ b/aspnet-core/Maps/Overview.md
@@ -29,7 +29,7 @@ Some of the Maps control use case scenarios:
* `Layers` - Map is maintained through Layers and it can accommodate one or more layers.
* `Map Providers Support` - Syncfusion Map support map providers such as OpenStreetMap that can be added to any layers in maps.
-* `GeoJSON Data Input` - The GeoJSON standard allows you to plot your own shapes using customized data to your maps. You can obtain some of the GeoJSON standard shape information from [GEOJSON format shapes](http://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip) that can be used as data input for maps.
+* `GeoJSON Data Input` - The GeoJSON standard allows you to plot your own shapes using customized data to your maps. You can obtain some of the GeoJSON standard shape information from [GEOJSON format shapes](https://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip) that can be used as data input for maps.
* `Map Elements Customization` - Map contains a set of elements, including shapes, bubbles, markers, legend, labels and data items that can be visualized with customized appearance showing additional information on the map using bound data.
* `User Interaction` - Options like zooming, panning and map selection enables the effective interaction on map elements.
diff --git a/aspnet-core/Maps/Populate-Data.md b/aspnet-core/Maps/Populate-Data.md
index cdff0c31..13cee577 100644
--- a/aspnet-core/Maps/Populate-Data.md
+++ b/aspnet-core/Maps/Populate-Data.md
@@ -13,7 +13,7 @@ In this section you can learn how to populate shape data for providing Data inpu
## Shape Data
-The Shape Data collection describing geographical shape information can be obtained from [GEOJSON format shapes](http://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip).
+The Shape Data collection describing geographical shape information can be obtained from [GEOJSON format shapes](https://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip).
In this example, USA shape is used as shape data by utilizing the “United States of America.json” file in the following folder structure obtained from downloaded Maps_GeoJSON folder.
diff --git a/aspnet-core/MaskEdit/Behavior-Settings.md b/aspnet-core/MaskEdit/Behavior-Settings.md
index fcee5009..3a113b63 100644
--- a/aspnet-core/MaskEdit/Behavior-Settings.md
+++ b/aspnet-core/MaskEdit/Behavior-Settings.md
@@ -396,7 +396,7 @@ The MaskEditTextBox provides support for adding HTML attributes to the component
#### Configure HTMLAttributes property
-1. In the View page add MaskEditTextBox helper, and configure the HtmlAttributes property. Here we have added the [Access key](http://en.wikipedia.org/wiki/Access_key) attribute. While pressing the “AccessKey” and “J” keys, MaskEditTextBox will gain focus.
+1. In the View page add MaskEditTextBox helper, and configure the HtmlAttributes property. Here we have added the [Access key](https://en.wikipedia.org/wiki/Access_key) attribute. While pressing the “AccessKey” and “J” keys, MaskEditTextBox will gain focus.
diff --git a/aspnet-core/NumericTextBox/Keyboard-Interaction.md b/aspnet-core/NumericTextBox/Keyboard-Interaction.md
index ae5078a9..3606623c 100644
--- a/aspnet-core/NumericTextBox/Keyboard-Interaction.md
+++ b/aspnet-core/NumericTextBox/Keyboard-Interaction.md
@@ -22,7 +22,7 @@ Shortcut Key |
Description |
|
-{{ '[Access key](http://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j |
+{{ '[Access key](https://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j |
Focuses the control |
|
@@ -56,6 +56,6 @@ In the View page add the below code. Set the access key property to the NumericT
{% endhighlight %}
-Run the above example and press [Access key](http://en.wikipedia.org/wiki/Access_key) + j key to focus the NumericTextBox widget. Perform provided functionality by using keyboard shortcuts.
+Run the above example and press [Access key](https://en.wikipedia.org/wiki/Access_key) + j key to focus the NumericTextBox widget. Perform provided functionality by using keyboard shortcuts.

\ No newline at end of file
diff --git a/aspnet-core/NumericTextBox/Localization-Support.md b/aspnet-core/NumericTextBox/Localization-Support.md
index 68365917..d07f9292 100644
--- a/aspnet-core/NumericTextBox/Localization-Support.md
+++ b/aspnet-core/NumericTextBox/Localization-Support.md
@@ -14,7 +14,7 @@ documentation: ug
The widget provides multi-language support using globalization. You can customize the NumericTextBox with your own language style by using this feature. You can change the globalization by using the **locale** property. The default value for **locale** property is **en-US** in NumericTextBox control.
More than 350 culture specific files are available to localize the value. To know more about EJ globalize support, please refer the below link
- [http://help.syncfusion.com/js/localization](http://help.syncfusion.com/js/localization)
+ [http://help.syncfusion.com/js/localization](https://help.syncfusion.com/js/localization)
N> All the culture-specific script files are available within the below specified location, once you have installed Essential Studio in your machine, therefore it is not necessary to download these files explicitly.
diff --git a/aspnet-core/PercentageTextBox/Keyboard-Interaction.md b/aspnet-core/PercentageTextBox/Keyboard-Interaction.md
index bcbcdf03..9496e46b 100644
--- a/aspnet-core/PercentageTextBox/Keyboard-Interaction.md
+++ b/aspnet-core/PercentageTextBox/Keyboard-Interaction.md
@@ -20,7 +20,7 @@ Shortcut Key |
Description |
|
-{{ '[Access key](http://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j |
+{{ '[Access key](https://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j |
Focuses the control |
|
@@ -54,6 +54,6 @@ percentAttribute.Add("accesskey", "k");
{% endhighlight %}
- Run the above example and press [Access key](http://en.wikipedia.org/wiki/Access_key) + j key to focus the PercentageTextBox widget. Perform provided functionality by using keyboard shortcuts.
+ Run the above example and press [Access key](https://en.wikipedia.org/wiki/Access_key) + j key to focus the PercentageTextBox widget. Perform provided functionality by using keyboard shortcuts.

\ No newline at end of file
diff --git a/aspnet-core/PercentageTextBox/Localization-Support.md b/aspnet-core/PercentageTextBox/Localization-Support.md
index 8dc7e13d..044aa7cf 100644
--- a/aspnet-core/PercentageTextBox/Localization-Support.md
+++ b/aspnet-core/PercentageTextBox/Localization-Support.md
@@ -14,7 +14,7 @@ documentation: ug
The **PercentageTextBox** widget provides multi-language support using globalization. You can customize the **PercentageTextBox** with your own language style by using this feature. You can change the globalization by using the **locale** property. The default value for **locale** property is **en-US** in **PercentageTextBox** control.
More than 350 culture specific files are available to localize the value. To know more about EJ globalize support, please refer the below link
- [http://help.syncfusion.com/js/localization](http://help.syncfusion.com/js/localization)
+ [http://help.syncfusion.com/js/localization](https://help.syncfusion.com/js/localization)
N> All the culture-specific script files are available within the below specified location, once you have installed Essential Studio in your machine, therefore it is not necessary to download these files explicitly.
diff --git a/aspnet-core/PivotChart/Getting-Started.md b/aspnet-core/PivotChart/Getting-Started.md
index 208a76e6..2bba1f72 100644
--- a/aspnet-core/PivotChart/Getting-Started.md
+++ b/aspnet-core/PivotChart/Getting-Started.md
@@ -10,7 +10,7 @@ documentation: ug
# Getting started
>**Important**
-Starting with v16.2.0.x, if you refer to Syncfusion assemblies from trial setup or from the NuGet feed, include a license key in your projects. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key) to learn about registering Syncfusion license key in your ASP.NET Core application to use our components.
+Starting with v16.2.0.x, if you refer to Syncfusion assemblies from trial setup or from the NuGet feed, include a license key in your projects. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering Syncfusion license key in your ASP.NET Core application to use our components.
Refer the [getting started](/aspnet-core/getting-started) 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.
diff --git a/aspnet-core/PivotClient/Getting-Started.md b/aspnet-core/PivotClient/Getting-Started.md
index 69aa6f64..67c8ee55 100644
--- a/aspnet-core/PivotClient/Getting-Started.md
+++ b/aspnet-core/PivotClient/Getting-Started.md
@@ -10,7 +10,7 @@ documentation: ug
# Getting started
>**Important**
-Starting with v16.2.0.x, if you refer to Syncfusion assemblies from trial setup or from the NuGet feed, include a license key in your projects. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key) to learn about registering Syncfusion license key in your ASP.NET Core application to use our components.
+Starting with v16.2.0.x, if you refer to Syncfusion assemblies from trial setup or from the NuGet feed, include a license key in your projects. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering Syncfusion license key in your ASP.NET Core application to use our components.
Refer to the [Getting Started](/aspnet-core/getting-started) 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.
diff --git a/aspnet-core/PivotGauge/Getting-Started.md b/aspnet-core/PivotGauge/Getting-Started.md
index de3eddfe..80bee650 100644
--- a/aspnet-core/PivotGauge/Getting-Started.md
+++ b/aspnet-core/PivotGauge/Getting-Started.md
@@ -10,7 +10,7 @@ documentation: ug
# Getting started
>**Important**
-Starting with v16.2.0.x, if you refer to Syncfusion assemblies from trial setup or from the NuGet feed, include a license key in your projects. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key) to learn about registering Syncfusion license key in your ASP.NET Core application to use our components.
+Starting with v16.2.0.x, if you refer to Syncfusion assemblies from trial setup or from the NuGet feed, include a license key in your projects. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering Syncfusion license key in your ASP.NET Core application to use our components.
Refer the [Getting Started](/aspnet-core/getting-started) 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.
diff --git a/aspnet-core/PivotGrid/Getting-Started.md b/aspnet-core/PivotGrid/Getting-Started.md
index 8409e315..ac922d24 100644
--- a/aspnet-core/PivotGrid/Getting-Started.md
+++ b/aspnet-core/PivotGrid/Getting-Started.md
@@ -10,7 +10,7 @@ documentation: ug
# Getting started
>**Important**
-Starting with v16.2.0.x, if you refer to Syncfusion assemblies from trial setup or from the NuGet feed, include a license key in your projects. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key) to learn about registering Syncfusion license key in your ASP.NET Core application to use our components.
+Starting with v16.2.0.x, if you refer to Syncfusion assemblies from trial setup or from the NuGet feed, include a license key in your projects. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering Syncfusion license key in your ASP.NET Core application to use our components.
Refer the [Getting Started](/aspnet-core/getting-started) 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.
diff --git a/aspnet-core/PivotTreeMap/Getting-Started.md b/aspnet-core/PivotTreeMap/Getting-Started.md
index 5e273080..c957e838 100644
--- a/aspnet-core/PivotTreeMap/Getting-Started.md
+++ b/aspnet-core/PivotTreeMap/Getting-Started.md
@@ -10,7 +10,7 @@ documentation: ug
# Getting started
>**Important**
-Starting with v16.2.0.x, if you refer to Syncfusion assemblies from trial setup or from the NuGet feed, include a license key in your projects. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key) to learn about registering Syncfusion license key in your ASP.NET Core application to use our components.
+Starting with v16.2.0.x, if you refer to Syncfusion assemblies from trial setup or from the NuGet feed, include a license key in your projects. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering Syncfusion license key in your ASP.NET Core application to use our components.
Refer the [getting started](/aspnet-core/getting-started) 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.
diff --git a/aspnet-core/ProgressBar/Overview.md b/aspnet-core/ProgressBar/Overview.md
index af5b64b9..5f69b9d2 100644
--- a/aspnet-core/ProgressBar/Overview.md
+++ b/aspnet-core/ProgressBar/Overview.md
@@ -9,7 +9,7 @@ documentation: ug
# Progress Bar
-Essential ProgressBar control is a [graphical control element](http://en.wikipedia.org/wiki/Graphical_control_element) used to visualize the changing status of an extended operation. It is available in ASP.NET MVC product. ProgressBar provides an interactive way to display the progression of the task. You can configure the item size, orientation and the display text on the ProgressBar control.
+Essential ProgressBar control is a [graphical control element](https://en.wikipedia.org/wiki/Graphical_control_element) used to visualize the changing status of an extended operation. It is available in ASP.NET MVC product. ProgressBar provides an interactive way to display the progression of the task. You can configure the item size, orientation and the display text on the ProgressBar control.
## Key Features
diff --git a/aspnet-core/RadioButton/Getting-Started.md b/aspnet-core/RadioButton/Getting-Started.md
index 85ce878b..4362c6ac 100644
--- a/aspnet-core/RadioButton/Getting-Started.md
+++ b/aspnet-core/RadioButton/Getting-Started.md
@@ -760,7 +760,7 @@ The whole purpose of Radio Button is to enable you to make one selection, only o
You can make only one selection from the group of radio buttons. All radio buttons in that group need to share the same name. This tells the form handler, the name of the group, and the value of the selected Radio Button.
-Radio Button is [mutually exclusive](http://en.wikipedia.org/wiki/Mutually_exclusive_events); that is, when you select a radio button, any previously selected radio buttons in the same group become deselected.
+Radio Button is [mutually exclusive](https://en.wikipedia.org/wiki/Mutually_exclusive_events); that is, when you select a radio button, any previously selected radio buttons in the same group become deselected.
For example, when you want to choose between a groups of colors, you can create Radio Buttons for each color. You can give all the radio buttons the same name, for example, "preferred_color", but you must give each radio button a different value, for example, "red".
diff --git a/aspnet-core/Release-Notes/Migratingtov15.1.0.33.md b/aspnet-core/Release-Notes/Migratingtov15.1.0.33.md
index 0d13160e..f13ac632 100644
--- a/aspnet-core/Release-Notes/Migratingtov15.1.0.33.md
+++ b/aspnet-core/Release-Notes/Migratingtov15.1.0.33.md
@@ -52,7 +52,7 @@ As a part of NET Standard support, we have made below changes.
* `HtmlExportCssStyleSheetType`, and `HtmlExportCssStyleSheetFileName` properties of `SaveOptions` class has been removed and now support only inline & internal CSS in HTML export.
* `HTMLExportImagesFolder` property of `SaveOptions` class has been removed, instead make use of `ImageNodeVisited` event of `SaveOptions` to save the images in the specified path and use the saved path as image source during HTML export.
* In HTML import, loading image from absolute/web path has been removed. Instead make use of `ImageNodeVisited` event of `HTMLImportSettings` class to load image from the specified path.
-* `IsValidXHTML(string html, XHTMLValidationType type)` and `IsValidXHTML(string html, XHTMLValidationType type, out string exceptionMessage)` methods of `WTextBody` class has been removed, instead make use of [this](http://www.syncfusion.com/downloads/support/directtrac/general/HTMLVA~1-1531659666.ZIP) extension in your application to check the XHTML 1.0 validation. Refer [this](http://www.syncfusion.com/downloads/support/directtrac/general/HTMLCO~1-516511074.ZIP) sample for more details.
+* `IsValidXHTML(string html, XHTMLValidationType type)` and `IsValidXHTML(string html, XHTMLValidationType type, out string exceptionMessage)` methods of `WTextBody` class has been removed, instead make use of [this](https://www.syncfusion.com/downloads/support/directtrac/general/HTMLVA~1-1531659666.ZIP) extension in your application to check the XHTML 1.0 validation. Refer [this](https://www.syncfusion.com/downloads/support/directtrac/general/HTMLCO~1-516511074.ZIP) sample for more details.
## PDF
diff --git a/aspnet-core/Release-Notes/v13.1.0.21.md b/aspnet-core/Release-Notes/v13.1.0.21.md
index 17755eb7..8bf1be0a 100644
--- a/aspnet-core/Release-Notes/v13.1.0.21.md
+++ b/aspnet-core/Release-Notes/v13.1.0.21.md
@@ -105,7 +105,7 @@ Provided `Wrapper support` for Tooltip control in ASP.NET Core.
* \#160593 - Stacking Area is now rendering properly, when it has null value.
* \#163164 - Localization is now working properly for numeric axis.
* \#162980 - Axis range is now calculated properly for logarithmic axis.
-* \#162776 - Chart is now updating on changing the [`DataSource`](https://help.syncfusion.com/js/api/ejchart#members:series-datasource) using KO Observable array.
+* \#162776 - Chart is now updating on changing the [`DataSource`](https://help.syncfusion.com/api/js/ejchart#members:series-datasource) using KO Observable array.
* \#162220 -Y axis labels is now rendering properly when y axis `Range` starts from 0 and all y values has same decimal points.
@@ -128,12 +128,12 @@ Provided `Wrapper support` for Tooltip control in ASP.NET Core.
* Rounded corner `Rx` and `Ry` values for crosshair tooltip has been changed from 0 to 3.
* Now the trackball tooltip will render with rounded corners by default.
* Revamped the position and content of trackball tooltip in charts such as Candle, OHLC, HiLo, Range Column, Range Area.
-* Default font size of [`Title.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:title-font-size) has been changed from 20px to 16px.
-* Default font size of [`PrimaryXAxis.Title.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:primaryxaxis-title-font-size) has been changed from 16px to 14px.
-* Default font size of [`PrimaryYAxis.Title.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:primaryyaxis-title-font-size) has been changed from 16px to 14px.
-* Default font size of [`PrimaryXAxis.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:primaryxaxis-font-size) has been changed from 13px to 11px.
-* Default font size of [`PrimaryYAxis.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:primaryyaxis-font-size) has been changed from 13px to 11px.
-* Default font size of [`Series.Marker.DataLabel.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:series-marker-datalabel-font-size) has been changed from 12px to 11px.
+* Default font size of [`Title.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:title-font-size) has been changed from 20px to 16px.
+* Default font size of [`PrimaryXAxis.Title.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:primaryxaxis-title-font-size) has been changed from 16px to 14px.
+* Default font size of [`PrimaryYAxis.Title.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:primaryyaxis-title-font-size) has been changed from 16px to 14px.
+* Default font size of [`PrimaryXAxis.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:primaryxaxis-font-size) has been changed from 13px to 11px.
+* Default font size of [`PrimaryYAxis.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:primaryyaxis-font-size) has been changed from 13px to 11px.
+* Default font size of [`Series.Marker.DataLabel.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:series-marker-datalabel-font-size) has been changed from 12px to 11px.
## CircularGauge
diff --git a/aspnet-core/Release-Notes/v13.2.0.29.md b/aspnet-core/Release-Notes/v13.2.0.29.md
index b2f2d191..06124a47 100644
--- a/aspnet-core/Release-Notes/v13.2.0.29.md
+++ b/aspnet-core/Release-Notes/v13.2.0.29.md
@@ -105,7 +105,7 @@ Provided `Wrapper support` for Tooltip control in ASP.NET Core.
* \#160593 - Stacking Area is now rendering properly, when it has null value.
* \#163164 - Localization is now working properly for numeric axis.
* \#162980 - Axis range is now calculated properly for logarithmic axis.
-* \#162776 - Chart is now updating on changing the [`DataSource`](https://help.syncfusion.com/js/api/ejchart#members:series-datasource) using KO Observable array.
+* \#162776 - Chart is now updating on changing the [`DataSource`](https://help.syncfusion.com/api/js/ejchart#members:series-datasource) using KO Observable array.
* \#162220 -Y axis labels is now rendering properly when y axis `Range` starts from 0 and all y values has same decimal points.
@@ -128,12 +128,12 @@ Provided `Wrapper support` for Tooltip control in ASP.NET Core.
* Rounded corner `Rx` and `Ry` values for crosshair tooltip has been changed from 0 to 3.
* Now the trackball tooltip will render with rounded corners by default.
* Revamped the position and content of trackball tooltip in charts such as Candle, OHLC, HiLo, Range Column, Range Area.
-* Default font size of [`Title.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:title-font-size) has been changed from 20px to 16px.
-* Default font size of [`PrimaryXAxis.Title.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:primaryxaxis-title-font-size) has been changed from 16px to 14px.
-* Default font size of [`PrimaryYAxis.Title.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:primaryyaxis-title-font-size) has been changed from 16px to 14px.
-* Default font size of [`PrimaryXAxis.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:primaryxaxis-font-size) has been changed from 13px to 11px.
-* Default font size of [`PrimaryYAxis.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:primaryyaxis-font-size) has been changed from 13px to 11px.
-* Default font size of [`Series.Marker.DataLabel.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:series-marker-datalabel-font-size) has been changed from 12px to 11px.
+* Default font size of [`Title.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:title-font-size) has been changed from 20px to 16px.
+* Default font size of [`PrimaryXAxis.Title.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:primaryxaxis-title-font-size) has been changed from 16px to 14px.
+* Default font size of [`PrimaryYAxis.Title.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:primaryyaxis-title-font-size) has been changed from 16px to 14px.
+* Default font size of [`PrimaryXAxis.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:primaryxaxis-font-size) has been changed from 13px to 11px.
+* Default font size of [`PrimaryYAxis.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:primaryyaxis-font-size) has been changed from 13px to 11px.
+* Default font size of [`Series.Marker.DataLabel.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:series-marker-datalabel-font-size) has been changed from 12px to 11px.
## CircularGauge
diff --git a/aspnet-core/Release-Notes/v13.3.0.7.md b/aspnet-core/Release-Notes/v13.3.0.7.md
index 5eb3fd87..225cfb82 100644
--- a/aspnet-core/Release-Notes/v13.3.0.7.md
+++ b/aspnet-core/Release-Notes/v13.3.0.7.md
@@ -105,7 +105,7 @@ Provided `Wrapper support` for Tooltip control in ASP.NET Core.
* \#160593 - Stacking Area is now rendering properly, when it has null value.
* \#163164 - Localization is now working properly for numeric axis.
* \#162980 - Axis range is now calculated properly for logarithmic axis.
-* \#162776 - Chart is now updating on changing the [`DataSource`](https://help.syncfusion.com/js/api/ejchart#members:series-datasource) using KO Observable array.
+* \#162776 - Chart is now updating on changing the [`DataSource`](https://help.syncfusion.com/api/js/ejchart#members:series-datasource) using KO Observable array.
* \#162220 -Y axis labels is now rendering properly when y axis `Range` starts from 0 and all y values has same decimal points.
@@ -128,12 +128,12 @@ Provided `Wrapper support` for Tooltip control in ASP.NET Core.
* Rounded corner `Rx` and `Ry` values for crosshair tooltip has been changed from 0 to 3.
* Now the trackball tooltip will render with rounded corners by default.
* Revamped the position and content of trackball tooltip in charts such as Candle, OHLC, HiLo, Range Column, Range Area.
-* Default font size of [`Title.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:title-font-size) has been changed from 20px to 16px.
-* Default font size of [`PrimaryXAxis.Title.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:primaryxaxis-title-font-size) has been changed from 16px to 14px.
-* Default font size of [`PrimaryYAxis.Title.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:primaryyaxis-title-font-size) has been changed from 16px to 14px.
-* Default font size of [`PrimaryXAxis.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:primaryxaxis-font-size) has been changed from 13px to 11px.
-* Default font size of [`PrimaryYAxis.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:primaryyaxis-font-size) has been changed from 13px to 11px.
-* Default font size of [`Series.Marker.DataLabel.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:series-marker-datalabel-font-size) has been changed from 12px to 11px.
+* Default font size of [`Title.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:title-font-size) has been changed from 20px to 16px.
+* Default font size of [`PrimaryXAxis.Title.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:primaryxaxis-title-font-size) has been changed from 16px to 14px.
+* Default font size of [`PrimaryYAxis.Title.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:primaryyaxis-title-font-size) has been changed from 16px to 14px.
+* Default font size of [`PrimaryXAxis.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:primaryxaxis-font-size) has been changed from 13px to 11px.
+* Default font size of [`PrimaryYAxis.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:primaryyaxis-font-size) has been changed from 13px to 11px.
+* Default font size of [`Series.Marker.DataLabel.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:series-marker-datalabel-font-size) has been changed from 12px to 11px.
## CircularGauge
diff --git a/aspnet-core/Release-Notes/v14.1.0.41.md b/aspnet-core/Release-Notes/v14.1.0.41.md
index 5df31e29..7a9233ab 100644
--- a/aspnet-core/Release-Notes/v14.1.0.41.md
+++ b/aspnet-core/Release-Notes/v14.1.0.41.md
@@ -105,7 +105,7 @@ Provided `Wrapper support` for Tooltip control in ASP.NET Core.
* \#160593 - Stacking Area is now rendering properly, when it has null value.
* \#163164 - Localization is now working properly for numeric axis.
* \#162980 - Axis range is now calculated properly for logarithmic axis.
-* \#162776 - Chart is now updating on changing the [`DataSource`](https://help.syncfusion.com/js/api/ejchart#members:series-datasource) using KO Observable array.
+* \#162776 - Chart is now updating on changing the [`DataSource`](https://help.syncfusion.com/api/js/ejchart#members:series-datasource) using KO Observable array.
* \#162220 -Y axis labels is now rendering properly when y axis `Range` starts from 0 and all y values has same decimal points.
@@ -128,12 +128,12 @@ Provided `Wrapper support` for Tooltip control in ASP.NET Core.
* Rounded corner `Rx` and `Ry` values for crosshair tooltip has been changed from 0 to 3.
* Now the trackball tooltip will render with rounded corners by default.
* Revamped the position and content of trackball tooltip in charts such as Candle, OHLC, HiLo, Range Column, Range Area.
-* Default font size of [`Title.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:title-font-size) has been changed from 20px to 16px.
-* Default font size of [`PrimaryXAxis.Title.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:primaryxaxis-title-font-size) has been changed from 16px to 14px.
-* Default font size of [`PrimaryYAxis.Title.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:primaryyaxis-title-font-size) has been changed from 16px to 14px.
-* Default font size of [`PrimaryXAxis.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:primaryxaxis-font-size) has been changed from 13px to 11px.
-* Default font size of [`PrimaryYAxis.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:primaryyaxis-font-size) has been changed from 13px to 11px.
-* Default font size of [`Series.Marker.DataLabel.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:series-marker-datalabel-font-size) has been changed from 12px to 11px.
+* Default font size of [`Title.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:title-font-size) has been changed from 20px to 16px.
+* Default font size of [`PrimaryXAxis.Title.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:primaryxaxis-title-font-size) has been changed from 16px to 14px.
+* Default font size of [`PrimaryYAxis.Title.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:primaryyaxis-title-font-size) has been changed from 16px to 14px.
+* Default font size of [`PrimaryXAxis.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:primaryxaxis-font-size) has been changed from 13px to 11px.
+* Default font size of [`PrimaryYAxis.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:primaryyaxis-font-size) has been changed from 13px to 11px.
+* Default font size of [`Series.Marker.DataLabel.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:series-marker-datalabel-font-size) has been changed from 12px to 11px.
## CircularGauge
diff --git a/aspnet-core/Release-Notes/v14.2.0.26.md b/aspnet-core/Release-Notes/v14.2.0.26.md
index 0c32f4de..47a5d8b8 100644
--- a/aspnet-core/Release-Notes/v14.2.0.26.md
+++ b/aspnet-core/Release-Notes/v14.2.0.26.md
@@ -105,7 +105,7 @@ Provided `Wrapper support` for Tooltip control in ASP.NET Core.
* \#160593 - Stacking Area is now rendering properly, when it has null value.
* \#163164 - Localization is now working properly for numeric axis.
* \#162980 - Axis range is now calculated properly for logarithmic axis.
-* \#162776 - Chart is now updating on changing the [`DataSource`](https://help.syncfusion.com/js/api/ejchart#members:series-datasource) using KO Observable array.
+* \#162776 - Chart is now updating on changing the [`DataSource`](https://help.syncfusion.com/api/js/ejchart#members:series-datasource) using KO Observable array.
* \#162220 -Y axis labels is now rendering properly when y axis `Range` starts from 0 and all y values has same decimal points.
@@ -128,12 +128,12 @@ Provided `Wrapper support` for Tooltip control in ASP.NET Core.
* Rounded corner `Rx` and `Ry` values for crosshair tooltip has been changed from 0 to 3.
* Now the trackball tooltip will render with rounded corners by default.
* Revamped the position and content of trackball tooltip in charts such as Candle, OHLC, HiLo, Range Column, Range Area.
-* Default font size of [`Title.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:title-font-size) has been changed from 20px to 16px.
-* Default font size of [`PrimaryXAxis.Title.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:primaryxaxis-title-font-size) has been changed from 16px to 14px.
-* Default font size of [`PrimaryYAxis.Title.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:primaryyaxis-title-font-size) has been changed from 16px to 14px.
-* Default font size of [`PrimaryXAxis.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:primaryxaxis-font-size) has been changed from 13px to 11px.
-* Default font size of [`PrimaryYAxis.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:primaryyaxis-font-size) has been changed from 13px to 11px.
-* Default font size of [`Series.Marker.DataLabel.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:series-marker-datalabel-font-size) has been changed from 12px to 11px.
+* Default font size of [`Title.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:title-font-size) has been changed from 20px to 16px.
+* Default font size of [`PrimaryXAxis.Title.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:primaryxaxis-title-font-size) has been changed from 16px to 14px.
+* Default font size of [`PrimaryYAxis.Title.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:primaryyaxis-title-font-size) has been changed from 16px to 14px.
+* Default font size of [`PrimaryXAxis.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:primaryxaxis-font-size) has been changed from 13px to 11px.
+* Default font size of [`PrimaryYAxis.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:primaryyaxis-font-size) has been changed from 13px to 11px.
+* Default font size of [`Series.Marker.DataLabel.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:series-marker-datalabel-font-size) has been changed from 12px to 11px.
## CircularGauge
diff --git a/aspnet-core/Release-Notes/v14.3.0.49.md b/aspnet-core/Release-Notes/v14.3.0.49.md
index 6e374b04..a2f812b6 100644
--- a/aspnet-core/Release-Notes/v14.3.0.49.md
+++ b/aspnet-core/Release-Notes/v14.3.0.49.md
@@ -103,7 +103,7 @@ Provided `Wrapper support` for Tooltip control in ASP.NET Core.
* \#160593 - Stacking Area is now rendering properly, when it has null value.
* \#163164 - Localization is now working properly for numeric axis.
* \#162980 - Axis range is now calculated properly for logarithmic axis.
-* \#162776 - Chart is now updating on changing the [`DataSource`](https://help.syncfusion.com/js/api/ejchart#members:series-datasource) using KO Observable array.
+* \#162776 - Chart is now updating on changing the [`DataSource`](https://help.syncfusion.com/api/js/ejchart#members:series-datasource) using KO Observable array.
* \#162220 -Y axis labels is now rendering properly when y axis `Range` starts from 0 and all y values has same decimal points.
@@ -126,12 +126,12 @@ Provided `Wrapper support` for Tooltip control in ASP.NET Core.
* Rounded corner `Rx` and `Ry` values for crosshair tooltip has been changed from 0 to 3.
* Now the trackball tooltip will render with rounded corners by default.
* Revamped the position and content of trackball tooltip in charts such as Candle, OHLC, HiLo, Range Column, Range Area.
-* Default font size of [`Title.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:title-font-size) has been changed from 20px to 16px.
-* Default font size of [`PrimaryXAxis.Title.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:primaryxaxis-title-font-size) has been changed from 16px to 14px.
-* Default font size of [`PrimaryYAxis.Title.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:primaryyaxis-title-font-size) has been changed from 16px to 14px.
-* Default font size of [`PrimaryXAxis.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:primaryxaxis-font-size) has been changed from 13px to 11px.
-* Default font size of [`PrimaryYAxis.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:primaryyaxis-font-size) has been changed from 13px to 11px.
-* Default font size of [`Series.Marker.DataLabel.Font.Size`](https://help.syncfusion.com/js/api/ejchart#members:series-marker-datalabel-font-size) has been changed from 12px to 11px.
+* Default font size of [`Title.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:title-font-size) has been changed from 20px to 16px.
+* Default font size of [`PrimaryXAxis.Title.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:primaryxaxis-title-font-size) has been changed from 16px to 14px.
+* Default font size of [`PrimaryYAxis.Title.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:primaryyaxis-title-font-size) has been changed from 16px to 14px.
+* Default font size of [`PrimaryXAxis.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:primaryxaxis-font-size) has been changed from 13px to 11px.
+* Default font size of [`PrimaryYAxis.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:primaryyaxis-font-size) has been changed from 13px to 11px.
+* Default font size of [`Series.Marker.DataLabel.Font.Size`](https://help.syncfusion.com/api/js/ejchart#members:series-marker-datalabel-font-size) has been changed from 12px to 11px.
## CircularGauge
diff --git a/aspnet-core/Release-Notes/v15.1.0.33.md b/aspnet-core/Release-Notes/v15.1.0.33.md
index 2a1d42f6..c70558dd 100644
--- a/aspnet-core/Release-Notes/v15.1.0.33.md
+++ b/aspnet-core/Release-Notes/v15.1.0.33.md
@@ -47,7 +47,7 @@ platform : aspnet-core
### Known Issues
{:#known-issues}
-* In VS2017, Razor Tag Helpers intellisense not working is a [known issue](https://github.com/aspnet/Tooling/blob/master/known-issues-vs2017.md#tag-helpers-do-not-work). Use [Razor Language Service extension](https://aka.ms/razorlangsvc) which helps to achieve the razor syntax intellisense support in the cshtml page.
+* In VS2017, Razor Tag Helpers intellisense not working is a [known issue](https://github.com/aspnet/Tooling/blob/master/known-issues-vs2017.md#tag-helpers-do-not-work). Use [Razor Language Service extension](https://marketplace.visualstudio.com/items?itemName=ms-madsk.RazorLanguageServices) which helps to achieve the razor syntax intellisense support in the cshtml page.
## DateTimePicker
### Bug Fixes
diff --git a/aspnet-core/Release-Notes/v15.3.0.29.md b/aspnet-core/Release-Notes/v15.3.0.29.md
index 58829aa3..1b829630 100644
--- a/aspnet-core/Release-Notes/v15.3.0.29.md
+++ b/aspnet-core/Release-Notes/v15.3.0.29.md
@@ -26,7 +26,7 @@ Revised September 14, 2017 - ASP.NET Core 2.0 support has been included.
> A local or parameter named '__model' cannot be declared in this scope because that name is used in an enclosing local scope to define a local or parameter.
-* This is a known issue in ASP.NET Core 2.0 SDK [https://github.com/aspnet/Home/releases/tag/2.0.0](https://github.com/aspnet/Home/releases/tag/2.0.0).
+* This is a known issue in ASP.NET Core 2.0 SDK [https://github.com/aspnet/Home/releases/tag/2.0.0](https://github.com/dotnet/aspnetcore/releases/tag/2.0.0).
* To overcome this known issue in your application refer this [documentation](https://help.syncfusion.com/aspnet-core/how-to) link.
diff --git a/aspnet-core/Release-Notes/v16.1.0.32.md b/aspnet-core/Release-Notes/v16.1.0.32.md
index a5fc507e..f8d59063 100644
--- a/aspnet-core/Release-Notes/v16.1.0.32.md
+++ b/aspnet-core/Release-Notes/v16.1.0.32.md
@@ -27,7 +27,7 @@ documentation: ug
### Breaking Changes
{:#common-breaking-changes}
-* #187805 - Syncfusion has provided separate NuGet packages for each .NET Framework version assembly till now. However, this has been changed from this release onwards and now each NuGet package will contain all applicable .NET Framework versions assemblies. Please refer this [Knowledge Base](https://www.syncfusion.com/kb/8614) article to learn more information about this change.
+* #187805 - Syncfusion has provided separate NuGet packages for each .NET Framework version assembly till now. However, this has been changed from this release onwards and now each NuGet package will contain all applicable .NET Framework versions assemblies. Please refer this [Knowledge Base](https://support.syncfusion.com/kb/article/7606/syncfusion-nuget-package-structure-changes) article to learn more information about this change.
## DataManager
diff --git a/aspnet-core/Release-Notes/v20.1.0.47.md b/aspnet-core/Release-Notes/v20.1.0.47.md
index 204b7818..bb93a852 100644
--- a/aspnet-core/Release-Notes/v20.1.0.47.md
+++ b/aspnet-core/Release-Notes/v20.1.0.47.md
@@ -48,7 +48,7 @@ documentation: ug
### Breaking Changes
{:#PDF-breaking-changes}
-* Starting with v20.1.0.x, if you reference Syncfusion HTML converter assemblies from trial setup or from the NuGet feed, include a license key in your projects. Refer to this [link](https://help.syncfusion.com/file-formats/licensing/licensing) for generating and registering a Syncfusion license key in your application to use the components without a trail message.
+* Starting with v20.1.0.x, if you reference Syncfusion HTML converter assemblies from trial setup or from the NuGet feed, include a license key in your projects. Refer to this [link](https://help.syncfusion.com/file-formats/licensing/overview) for generating and registering a Syncfusion license key in your application to use the components without a trail message.
## Presentation
From a2ace3928a04eaaaeea87ad1eecdd2f6b8704e32 Mon Sep 17 00:00:00 2001
From: gowthamanthavasiyappan
<90315799+gowthamanthavasiyappan@users.noreply.github.com>
Date: Mon, 12 Jun 2023 14:15:30 +0530
Subject: [PATCH 5/7] SEO-172685-asp-net-core-redirection-tool-fixes-3
---
aspnet-core/ReportViewer/Getting-Started.md | 2 +-
aspnet-core/ReportWriter/Getting-Started.md | 2 +-
aspnet-core/Ribbon/Appearance-and-Styling.md | 2 +-
aspnet-core/Ribbon/Application-Tab.md | 2 +-
.../Ribbon/Globalizationandlocalization.md | 2 +-
.../RichTextEditor/Image-and-File-browser.md | 2 +-
aspnet-core/RichTextEditor/User-Interface.md | 6 ++--
.../RichTextEditor/Working-with-Content.md | 6 ++--
.../RichTextEditor/Working-with-Lists.md | 8 ++---
.../RichTextEditor/Working-with-Selection.md | 8 ++---
.../RichTextEditor/Working-with-Tables.md | 2 +-
aspnet-core/RichTextEditor/Zoom-and-Print.md | 2 +-
aspnet-core/RichTextEditor/context.md | 4 +--
aspnet-core/Schedule/Data-binding.md | 4 +--
aspnet-core/Schedule/recurrence-editor.md | 2 +-
.../Schedule/working-with-appointments.md | 4 +--
aspnet-core/Spreadsheet/Cell-Range.md | 34 +++++++++----------
aspnet-core/Spreadsheet/Data-Presentation.md | 22 ++++++------
aspnet-core/Spreadsheet/Editing.md | 4 +--
aspnet-core/Spreadsheet/Open-and-Save.md | 4 +--
aspnet-core/Spreadsheet/Rows-and-columns.md | 28 +++++++--------
aspnet-core/Spreadsheet/Selection.md | 8 ++---
aspnet-core/Spreadsheet/Worksheet.md | 20 +++++------
.../TimePicker/Keyboard-Interaction.md | 4 +--
aspnet-core/TimePicker/Localization.md | 2 +-
25 files changed, 92 insertions(+), 92 deletions(-)
diff --git a/aspnet-core/ReportViewer/Getting-Started.md b/aspnet-core/ReportViewer/Getting-Started.md
index 877b0ce1..15524ab0 100644
--- a/aspnet-core/ReportViewer/Getting-Started.md
+++ b/aspnet-core/ReportViewer/Getting-Started.md
@@ -14,7 +14,7 @@ The report viewer is a visualization control to view the Microsoft RDL/RDLC form
N> The report viewer control depends on server-side processing for report rendering. So, you should build the WebAPI service that is compatible for report viewer. This getting started will illustrates details of how to create the report viewer compatible Web API service also for your application.
## Environment setup
-Refer the [installation](https://help.syncfusion.com/aspnet-core/installation-and-upgrade/system-requirements) page to know more about the basic steps to configure the Syncfusion components to use with ASP.NET Core application.
+Refer the [installation](https://help.syncfusion.com/aspnet-core/system-requirements) page to know more about the basic steps to configure the Syncfusion components to use with ASP.NET Core application.
N> NuGet package reference will be mostly preferred with ASP.NET Core development to setup the environment without installation, if you missed to explore then refer to the [nuget-package-manager-settings](https://help.syncfusion.com/aspnet-core/visual-studio-integration/nuget-packages) to configure the Syncfusion NuGet source.
diff --git a/aspnet-core/ReportWriter/Getting-Started.md b/aspnet-core/ReportWriter/Getting-Started.md
index 8b89af85..8be40b58 100644
--- a/aspnet-core/ReportWriter/Getting-Started.md
+++ b/aspnet-core/ReportWriter/Getting-Started.md
@@ -13,7 +13,7 @@ The report writer is a class library that is used to export the RDL/RDLC report
## Environment setup
-Refer to the [installation](https://help.syncfusion.com/aspnet-core/installation-and-upgrade/system-requirements) page to know more about the basic steps required to configure the Syncfusion components to use with ASP.NET Core application.
+Refer to the [installation](https://help.syncfusion.com/aspnet-core/system-requirements) page to know more about the basic steps required to configure the Syncfusion components to use with ASP.NET Core application.
N> NuGet package reference will be mostly preferred with ASP.NET Core development to setup the environment without installation. If you missed to explore, refer to the [nuget-package-manager-settings](https://help.syncfusion.com/aspnet-core/visual-studio-integration/nuget-packages) to configure the Syncfusion NuGet source.
diff --git a/aspnet-core/Ribbon/Appearance-and-Styling.md b/aspnet-core/Ribbon/Appearance-and-Styling.md
index 9a131055..add411d1 100644
--- a/aspnet-core/Ribbon/Appearance-and-Styling.md
+++ b/aspnet-core/Ribbon/Appearance-and-Styling.md
@@ -11,7 +11,7 @@ keywords: appearance and styling,ribbon appearance and styling
## Themes
-Ribbon control’s style and appearance are controlled based on CSS classes and it has support of 12 default themes. You can check List of themes available for JavaScript’s control which is mentioned in [`this`](http://help.syncfusion.com/js/theming-in-essential-javascript-components) page.
+Ribbon control’s style and appearance are controlled based on CSS classes and it has support of 12 default themes. You can check List of themes available for JavaScript’s control which is mentioned in [`this`](https://help.syncfusion.com/js/theming-in-essential-javascript-components) page.
To apply styles refer to two files namely
diff --git a/aspnet-core/Ribbon/Application-Tab.md b/aspnet-core/Ribbon/Application-Tab.md
index a2209658..b9985a56 100644
--- a/aspnet-core/Ribbon/Application-Tab.md
+++ b/aspnet-core/Ribbon/Application-Tab.md
@@ -72,7 +72,7 @@ Set the UL element `Id` to `MenuItemID` property to create Application Menu and
### _Binding Data Source_
-Application Menu can be rendered using JSON Data Source. Please refer [`this`](http://help.syncfusion.com/aspnetmvc/menu/data-binding) page to set data source to `ejMenu`.
+Application Menu can be rendered using JSON Data Source. Please refer [`this`](https://help.syncfusion.com/aspnetmvc/menu/data-binding) page to set data source to `ejMenu`.
{% highlight html %}
diff --git a/aspnet-core/Ribbon/Globalizationandlocalization.md b/aspnet-core/Ribbon/Globalizationandlocalization.md
index c53fc806..7e5ac21d 100644
--- a/aspnet-core/Ribbon/Globalizationandlocalization.md
+++ b/aspnet-core/Ribbon/Globalizationandlocalization.md
@@ -45,7 +45,7 @@ More Commands... |
N> By default, the Ribbon control is localized in `en-US` culture.
-For further information on – how to refer the required culture scripts into your application, refer [`here`](http://help.syncfusion.com/js/localization).
+For further information on – how to refer the required culture scripts into your application, refer [`here`](https://help.syncfusion.com/js/localization).
{% highlight CSHTML %}
diff --git a/aspnet-core/RichTextEditor/Image-and-File-browser.md b/aspnet-core/RichTextEditor/Image-and-File-browser.md
index 8858232d..043cffa3 100644
--- a/aspnet-core/RichTextEditor/Image-and-File-browser.md
+++ b/aspnet-core/RichTextEditor/Image-and-File-browser.md
@@ -136,7 +136,7 @@ You can also define the ajax action in controller page and map the corresponding
{% endhighlight %}
-Refer [here](http://www.syncfusion.com/downloads/support/forum/144048/ze/RTE_ImageBrowser-1950248249) for sample.
+Refer [here](https://www.syncfusion.com/downloads/support/forum/144048/ze/RTE_ImageBrowser-1950248249) for sample.
N> In RTE, image will be inserted based on the file path mentioned in image browser settings. In Asp.Net Core, static files will be present in wwwroot folder and this path cannot be directly accessed in browser while inserting image into RTE. So, include “wwwroot” in Controller page for FileExplorer actions alone.
diff --git a/aspnet-core/RichTextEditor/User-Interface.md b/aspnet-core/RichTextEditor/User-Interface.md
index a3023a55..e23f4f5b 100644
--- a/aspnet-core/RichTextEditor/User-Interface.md
+++ b/aspnet-core/RichTextEditor/User-Interface.md
@@ -20,17 +20,17 @@ However, in most integrations, it's desirable to change the toolbar configuratio
Description
|
- {{'[toolsList](http://help.syncfusion.com/js/api/ejrte#members:toolslist)'| markdownify }}
|
+ {{'[toolsList](https://help.syncfusion.com/js/api/ejrte#members:toolslist)'| markdownify }}
|
The toolsList option allows you to choose which tools appear on the toolbar, as well as the order and grouping of those items
|
- {{'[tools](http://help.syncfusion.com/js/api/ejrte#members:tools)'| markdownify }}
|
+ {{'[tools](https://help.syncfusion.com/js/api/ejrte#members:tools)'| markdownify }}
|
The toolsList property is used to get the root group order and tools property is used to get the inner order of the corresponding groups displayed.
|
N> By default, when you tab from the textbox to the RTE, the first tools in the Toolbar of RTE will get focus not in the text area.
-But we can able to focus the RTE text area by setting the tab index attribute as -1 to avoid the focus on RTE toolbar when we tab from textbox to RTE - {{'[Demo](http://jsplayground.syncfusion.com/Sync_1rlmhqbz)'| markdownify }}
+But we can able to focus the RTE text area by setting the tab index attribute as -1 to avoid the focus on RTE toolbar when we tab from textbox to RTE - {{'[Demo](https://jsplayground.syncfusion.com/Sync_1rlmhqbz)'| markdownify }}
## Toolbar Items
diff --git a/aspnet-core/RichTextEditor/Working-with-Content.md b/aspnet-core/RichTextEditor/Working-with-Content.md
index d9692e66..85e68657 100644
--- a/aspnet-core/RichTextEditor/Working-with-Content.md
+++ b/aspnet-core/RichTextEditor/Working-with-Content.md
@@ -35,7 +35,7 @@ attrib.Add("style", "background-color:#e0ffff;color:#6495ed;");
{% endhighlight %}
-N> Background image for the RTE control : {{'[Link](http://jsplayground.syncfusion.com/Sync_cpaoqshs)'| markdownify }}
+N> Background image for the RTE control : {{'[Link](https://jsplayground.syncfusion.com/Sync_cpaoqshs)'| markdownify }}
## Adding CSS File
@@ -127,7 +127,7 @@ The ContentEditable attribute allows you to make any element of HTML content to
{% endhighlight %}
-N> Content editable is fully compatible with latest browsers, to know more details, see [here](http://www.w3schools.com/tags/att_global_contenteditable.asp#).
+N> Content editable is fully compatible with latest browsers, to know more details, see [here](https://www.w3schools.com/tags/att_global_contenteditable.asp).
## Submit Content
@@ -199,7 +199,7 @@ When you move the editor’s wrapper element into another DOM element, the edito
The editor is capable to persist its content with HTML format. By default, the persistence support is disabled in the editor. When you set the EnablePersistence property to true, the persistence will be enabled in the editor.
-N> [local storage](http://www.w3schools.com/html/html5_webstorage.asp#) is not supported below ie9 version, therefore persistence support is fallback to [cookie](http://www.w3schools.com/js/js_cookies.asp#).
+N> [local storage](https://www.w3schools.com/html/html5_webstorage.asp) is not supported below ie9 version, therefore persistence support is fallback to [cookie](https://www.w3schools.com/js/js_cookies.asp).
{% highlight CSHTML %}
diff --git a/aspnet-core/RichTextEditor/Working-with-Lists.md b/aspnet-core/RichTextEditor/Working-with-Lists.md
index 8b1108f3..9885f57b 100644
--- a/aspnet-core/RichTextEditor/Working-with-Lists.md
+++ b/aspnet-core/RichTextEditor/Working-with-Lists.md
@@ -13,7 +13,7 @@ The editor provides tools to makes your content as list such as an ordered and u
## Create a Lists
-By default, [Insert Lists](http://help.syncfusion.com/js/api/ejrte#members:tools-lists) tool is enabled in the editor’s toolbar.The editor’s have ordered and unordered list types.
+By default, [Insert Lists](https://help.syncfusion.com/js/api/ejrte#members:tools-lists) tool is enabled in the editor’s toolbar.The editor’s have ordered and unordered list types.
{% highlight CSHTML %}
@@ -37,7 +37,7 @@ By default, [Insert Lists](http://help.syncfusion.com/js/api/ejrte#members:tools
## Custom Lists
-You can use [custom lists](http://help.syncfusion.com/js/api/ejrte#members:tools-customOrderedList) tools to insert lists with custom behaviors.You can create a list with related attributes (such as listImage, listStyle, title, name, and text) using the custom list tool.Ordered and Unordered list having own customize ways to insert a list into the editor’s content.
+You can use [custom lists](https://help.syncfusion.com/js/api/ejrte#members:tools-customOrderedList) tools to insert lists with custom behaviors.You can create a list with related attributes (such as listImage, listStyle, title, name, and text) using the custom list tool.Ordered and Unordered list having own customize ways to insert a list into the editor’s content.
* [Insert a customOrderedList](#insert-a-customOrderedList)
* [Insert a customUnorderedList](#insert-a-customUnorderedList)
@@ -45,7 +45,7 @@ You can use [custom lists](http://help.syncfusion.com/js/api/ejrte#members:tools
### Insert a customOrderedList
-you need to enable [customOrderedList](http://help.syncfusion.com/js/api/ejrte#members:tools-customOrderedList) tool on the editor’s toolbar.
+you need to enable [customOrderedList](https://help.syncfusion.com/js/api/ejrte#members:tools-customOrderedList) tool on the editor’s toolbar.
The customOrderedList having below options for an ordered list customization.
@@ -91,7 +91,7 @@ Summary
### Insert a customUnorderedList
-you need to enable [customUnorderedList](http://help.syncfusion.com/js/api/ejrte#members:tools-customUnorderedList) tool on the editor’s toolbar.
+you need to enable [customUnorderedList](https://help.syncfusion.com/js/api/ejrte#members:tools-customUnorderedList) tool on the editor’s toolbar.
The customUnorderedList having below options for an unordered list customization.
diff --git a/aspnet-core/RichTextEditor/Working-with-Selection.md b/aspnet-core/RichTextEditor/Working-with-Selection.md
index 5b141adf..081fb06b 100644
--- a/aspnet-core/RichTextEditor/Working-with-Selection.md
+++ b/aspnet-core/RichTextEditor/Working-with-Selection.md
@@ -12,7 +12,7 @@ The editor control provides option to select the all content and in addition to
## Select All
-The [selectAll](http://help.syncfusion.com/js/api/ejrte#methods:selectall) method enables you to select the entire content including images in the editor by programmatically.
+The [selectAll](https://help.syncfusion.com/js/api/ejrte#methods:selectall) method enables you to select the entire content including images in the editor by programmatically.
N> the selection highlight is invisible if the editor does not have focus. So, if you want to call the selectAll method, focus the editor before.
@@ -39,7 +39,7 @@ N> the selection highlight is invisible if the editor does not have focus. So, i
## Select a Range
-You can programmatically select a range of content in the editor using the [selectRange](http://help.syncfusion.com/js/api/ejrte#methods:selectrange) method. To select a range, create a range object with desired offset position and pass it as arguments to selectRange method. The range object is created from [createRange](http://help.syncfusion.com/js/api/ejrte#methods:createrange) method.
+You can programmatically select a range of content in the editor using the [selectRange](https://help.syncfusion.com/js/api/ejrte#methods:selectrange) method. To select a range, create a range object with desired offset position and pass it as arguments to selectRange method. The range object is created from [createRange](http://help.syncfusion.com/js/api/ejrte#methods:createrange) method.
{% highlight CSHTML %}
@@ -79,8 +79,8 @@ You can programmatically select a range of content in the editor using the [sele
The following public methods helps you to retrieve the selected content from the editor:
-* [getText](http://help.syncfusion.com/js/api/ejrte#methods:gettext) method is used to get the currently selected content as raw text.
-* [getSelectedHtml](http://help.syncfusion.com/js/api/ejrte#methods:getselectedhtml) method is used to get the HTML source of currently selected content.
+* [getText](https://help.syncfusion.com/js/api/ejrte#methods:gettext) method is used to get the currently selected content as raw text.
+* [getSelectedHtml](https://help.syncfusion.com/js/api/ejrte#methods:getselectedhtml) method is used to get the HTML source of currently selected content.
{% highlight CSHTML %}
diff --git a/aspnet-core/RichTextEditor/Working-with-Tables.md b/aspnet-core/RichTextEditor/Working-with-Tables.md
index a31363cb..87fa9a1e 100644
--- a/aspnet-core/RichTextEditor/Working-with-Tables.md
+++ b/aspnet-core/RichTextEditor/Working-with-Tables.md
@@ -12,7 +12,7 @@ The editor provides tools to add tables in your content. You can add, edit, and
## Create a Table
-By default, [Insert Table](http://help.syncfusion.com/js/api/ejrte#members:tools-tables) tool is enabled in the editor’s toolbar. There are two ways to insert a table into the editor’s content.
+By default, [Insert Table](https://help.syncfusion.com/js/api/ejrte#members:tools-tables) tool is enabled in the editor’s toolbar. There are two ways to insert a table into the editor’s content.
* [Insert a table](#insert-a-table)
* [Insert a custom table](#custom-table)
diff --git a/aspnet-core/RichTextEditor/Zoom-and-Print.md b/aspnet-core/RichTextEditor/Zoom-and-Print.md
index d31062ea..b632e8c3 100644
--- a/aspnet-core/RichTextEditor/Zoom-and-Print.md
+++ b/aspnet-core/RichTextEditor/Zoom-and-Print.md
@@ -11,7 +11,7 @@ documentation: ug
The editor provides zoom tools which enlarges the view of an editor's object enabling you to see more detail. You can continuous zoomIn and zoomOut either using zoom tools or keyboard.
-You can assign Increases and decreases of zooming range using [zoomStep](http://help.syncfusion.com/js/api/ejrte#members:zoomStep) property
+You can assign Increases and decreases of zooming range using [zoomStep](https://help.syncfusion.com/js/api/ejrte#members:zoomStep) property
{% highlight CSHTML %}
diff --git a/aspnet-core/RichTextEditor/context.md b/aspnet-core/RichTextEditor/context.md
index 2622121b..e0792bdb 100644
--- a/aspnet-core/RichTextEditor/context.md
+++ b/aspnet-core/RichTextEditor/context.md
@@ -70,7 +70,7 @@ However we can disable the context menu by using ShowContextMenu API and it need
## Adding an item with the context menu
-To add a new item to the editor ContextMenu, you need to use the ‘[insertMenuOption’](http://help.syncfusion.com/js/api/ejrte#methods:insertMenuOption "") method and in order to handle the ContextMenu item click using the ‘[contextMenuClick](http://help.syncfusion.com/js/api/ejrte#events:contextMenuClick "")’ client side-event.
+To add a new item to the editor ContextMenu, you need to use the ‘[insertMenuOption’](https://help.syncfusion.com/js/api/ejrte#methods:insertMenuOption "") method and in order to handle the ContextMenu item click using the ‘[contextMenuClick](http://help.syncfusion.com/js/api/ejrte#events:contextMenuClick "")’ client side-event.
{% highlight CSHTML %}
@@ -100,7 +100,7 @@ To add a new item to the editor ContextMenu, you need to use the ‘[insertMenuO
## Removing an item from the context menu
-To remove a menu-item from the editor ContextMenu, you have to use the ‘removeMenuOption’ method from the ejRTE object and find the method and parameter details with the [API-document](http://help.syncfusion.com/js/api/ejrte#methods:removeMenuOption "").
+To remove a menu-item from the editor ContextMenu, you have to use the ‘removeMenuOption’ method from the ejRTE object and find the method and parameter details with the [API-document](https://help.syncfusion.com/js/api/ejrte#methods:removeMenuOption "").
{% highlight CSHTML %}
diff --git a/aspnet-core/Schedule/Data-binding.md b/aspnet-core/Schedule/Data-binding.md
index 967f0da7..bbc4ce3a 100644
--- a/aspnet-core/Schedule/Data-binding.md
+++ b/aspnet-core/Schedule/Data-binding.md
@@ -275,7 +275,7 @@ Scheduler supports binding the appointment data to it through the list of appoin
## Binding Remote Data Service
-The appointment data can be bound to the Scheduler through [Odata](http://www.odata.org) remote services, by configuring the service URL to the Schedule dataSource API.
+The appointment data can be bound to the Scheduler through [Odata](https://www.odata.org/) remote services, by configuring the service URL to the Schedule dataSource API.
{% highlight razor %}
@@ -289,7 +289,7 @@ The appointment data can be bound to the Scheduler through [Odata](http://www.od
## OData V4
-The OData v4 is an improved version of OData protocols. Scheduler supports retrieving and consuming appointment data from [OData v4](http://www.odata.org/documentation) services, just similar to the other remote services.
+The OData v4 is an improved version of OData protocols. Scheduler supports retrieving and consuming appointment data from [OData v4](https://www.odata.org/documentation) services, just similar to the other remote services.
{% highlight razor %}
diff --git a/aspnet-core/Schedule/recurrence-editor.md b/aspnet-core/Schedule/recurrence-editor.md
index 18114812..5f709bd6 100644
--- a/aspnet-core/Schedule/recurrence-editor.md
+++ b/aspnet-core/Schedule/recurrence-editor.md
@@ -12,7 +12,7 @@ The Recurrence Editor includes the entire recurrence related information in a se
## Getting Started
-Follow the steps as mentioned in the [Getting Started](http://help.syncfusion.com/aspnet-core/getting-started) page of the Introduction part to create an MVC application with required assembly references, scripts and stylesheets to render the Recurrence Editor.
+Follow the steps as mentioned in the [Getting Started](https://help.syncfusion.com/aspnet-core/getting-started) page of the Introduction part to create an MVC application with required assembly references, scripts and stylesheets to render the Recurrence Editor.
Add the basic Recurrence Editor code in the View page as shown below,
diff --git a/aspnet-core/Schedule/working-with-appointments.md b/aspnet-core/Schedule/working-with-appointments.md
index 044333be..0b2b253c 100644
--- a/aspnet-core/Schedule/working-with-appointments.md
+++ b/aspnet-core/Schedule/working-with-appointments.md
@@ -1111,7 +1111,7 @@ EXDATE is used to hold the modified appointment date details (date value) in the
RECUREDITID
This property contains the Parent Id value of the edited appointment. It is used to track the edited appointment occurrence with its parent recurrence appointment series.
For example, when you edit the particular occurrence of the recurrence appointment series, the “RECUREDITID” is added to that edited appointment depicting its parent Id.
Example:
FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR;COUNT=10;EXDATE=6/18/2015,6/20/2015;RECUREDITID=1651
|
-To know more about other possible combinations of above specified recurrence rule properties, refer [here](http://www.syncfusion.com/kb/3719/what-is-recurrencerule-in-the-schedule-control).
+To know more about other possible combinations of above specified recurrence rule properties, refer [here](https://support.syncfusion.com/kb/article/3918/what-is-recurrencerule-in-the-schedule-control).
{% highlight razor %}
@@ -1149,7 +1149,7 @@ The default recurrence validation has been included for recurrence appointments
{% endhighlight %}
-N> You can parse the **RecurrenceRule** of an appointment from the server-side by making use of a new generic utility class **RecurrenceHelper**. Refer this [KB document](https://www.syncfusion.com/kb/5390/how-to-parse-the-recurrencerule-in-server-side).
+N> You can parse the **RecurrenceRule** of an appointment from the server-side by making use of a new generic utility class **RecurrenceHelper**. Refer this [KB document](https://support.syncfusion.com/kb/article/5128/how-to-parse-the-recurrencerule-in-server-side).
### Recurrence Edit and Delete options
diff --git a/aspnet-core/Spreadsheet/Cell-Range.md b/aspnet-core/Spreadsheet/Cell-Range.md
index 350afea7..69f8e1a6 100644
--- a/aspnet-core/Spreadsheet/Cell-Range.md
+++ b/aspnet-core/Spreadsheet/Cell-Range.md
@@ -31,7 +31,7 @@ You can insert a comment by using one of the following ways,
* Using "New" button under Comments group of REVIEW Tab in ribbon.
* Using context menu to select "Insert Comment" option in "Comment".
-* Using [`setComment`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xlcomment-setcomment "setComment") method.
+* Using [`setComment`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xlcomment-setcomment "setComment") method.
### To remove a Comment
@@ -39,7 +39,7 @@ You can remove a comment by using one of the following ways,
* Using "Delete" button under Comments group of REVIEW Tab in ribbon.
* Using context menu to select "Delete Comment" option in "Comment".
-* Using [`deleteComment`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xlcomment-deletecomment "deleteComment") method.
+* Using [`deleteComment`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xlcomment-deletecomment "deleteComment") method.
The following code example describes the above behavior.
@@ -139,7 +139,7 @@ N> * jquery.validate.unobtrusive.min.js
You can apply data validation by using one of the following ways,
* Using "Data Validation" option in Data Validation button under Data Tools group of DATA Tab in ribbon, Data Validation dialog will be opened in that you can perform Validation.
-* Using [`applyDVRules`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xlvalidate-applydvrules "applyDVRules") method.
+* Using [`applyDVRules`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xlvalidate-applydvrules "applyDVRules") method.
The following code example describes the above behavior.
@@ -194,7 +194,7 @@ namespace MVCSampleBrowser.Controllers
You can clear data validation rule by one of the following ways,
* Using "Clear Validation" option in Data Validation button under Data Tools group of DATA Tab in ribbon.
-* Using [`clearDV`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xlvalidate-cleardv "clearDV") method.
+* Using [`clearDV`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xlvalidate-cleardv "clearDV") method.
The following code example describes the above behavior.
{% tabs %}
@@ -249,7 +249,7 @@ namespace MVCSampleBrowser.Controllers
You can highlight the invalid data by using following ways,
* Using "Format Invalid Data" option in Data Validation button under Data Tools group of DATA Tab in ribbon.
-* Using [`highlightInvalidData`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xlvalidate-highlightinvaliddata "highlightInvalidData") method.
+* Using [`highlightInvalidData`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xlvalidate-highlightinvaliddata "highlightInvalidData") method.
The following code example describes the above behavior.
{% tabs %}
@@ -309,7 +309,7 @@ Drag and drop is used to pick a selected cells and drop it into a new place on t
You can do this by one of the following ways,
* Using mouse drag and drop.
-* Using [`moveRangeTo`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xldragdrop-moverangeto "moveRangeTo") Method.
+* Using [`moveRangeTo`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xldragdrop-moverangeto "moveRangeTo") Method.
The following code example describes the above behavior.
{% tabs %}
@@ -366,7 +366,7 @@ Auto Fill is used to fill the cells with data based on adjacent cells. It also f
You can do this by one of the following ways,
* Using “AutoFillOptions” menu which is open, while drag and drop the cell using fill handle element.
-* Using [`autoFill`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xldragfill-autofill "autoFill") method.
+* Using [`autoFill`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xldragfill-autofill "autoFill") method.
In Auto Fill we have following options,
@@ -383,7 +383,7 @@ N> The default auto fill option is "fillSeries" which can be referred from `Fill
To copy the selected cell content to the adjacent cells. You can do this by one of the following ways,
* Using fill handle to select the adjacent cell range and "Copy Cells" option in "AutoFillOptions" menu to fill the adjacent cells.
-* Using "copyCells" as fill type in [`autoFill`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xldragfill-autofill "autoFill") method to fill the adjacent cells.
+* Using "copyCells" as fill type in [`autoFill`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xldragfill-autofill "autoFill") method to fill the adjacent cells.
#### Fill Series
@@ -392,7 +392,7 @@ To fill the series of numbers, characters, or dates based on selected cell conte
You can do this by one of the following ways,
* Using fill handle to select the adjacent cell range and "Fill Series" option in "AutoFillOptions" menu to fill the adjacent cells.
-* Using "fillSeries" as fill type in [`autoFill`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xldragfill-autofill "autoFill") method to fill the adjacent cells.
+* Using "fillSeries" as fill type in [`autoFill`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xldragfill-autofill "autoFill") method to fill the adjacent cells.
#### Fill Formatting Only
@@ -401,7 +401,7 @@ To fill the cell style and number formatting based on the selected cell content
You can do this by one of the following ways,
* Using fill handle to select the adjacent cell range and "Fill Formatting Only" option in "AutoFillOptions" menu to fill the adjacent cells.
-* Using "fillFormattingOnly" as fill type in [`autoFill`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xldragfill-autofill "autoFill") method to fill the adjacent cells.
+* Using "fillFormattingOnly" as fill type in [`autoFill`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xldragfill-autofill "autoFill") method to fill the adjacent cells.
#### Fill Without Formatting
@@ -410,7 +410,7 @@ To fill series of numbers, characters, or dates based on the selected cells to t
You can do this by one of the following ways,
* Using fill handle to select the adjacent cell range and "Fill Without Formatting" option in "AutoFillOptions" menu to fill the adjacent cells.
-* Using "fillWithoutFormatting" as fill type in [`autoFill`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xldragfill-autofill "autoFill") method to fill the adjacent cells.
+* Using "fillWithoutFormatting" as fill type in [`autoFill`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xldragfill-autofill "autoFill") method to fill the adjacent cells.
#### Flash Fill
@@ -419,7 +419,7 @@ To fill the column when it senses a pattern from adjacent column data based on w
You can do this by one of the following ways,
* Using fill handle to select the adjacent cell range and "Flash Fill" option in "AutoFillOptions" menu to fill the adjacent cells.
-* Using "flashFill" as fill type in [`autoFill`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xldragfill-autofill "autoFill") method to fill the adjacent cells.
+* Using "flashFill" as fill type in [`autoFill`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xldragfill-autofill "autoFill") method to fill the adjacent cells.
The following code example describes the above behavior.
@@ -510,14 +510,14 @@ You can insert a hyperlink by one of the following ways,
* Using "Hyperlink" button under Links group of INSERT Tab in ribbon.
* Using context menu to select "Insert Hyperlink" option in "Hyperlink".
-* Using [`setHyperlink`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:sethyperlink "setHyperlink") method.
+* Using [`setHyperlink`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:sethyperlink "setHyperlink") method.
### To remove a Hyperlink
You can remove a hyperlink by one of the following ways,
* Using context menu to select "Remove Hyperlink" option in Hyperlink.
-* Using [`removeHyperlink`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:removehyperlink "removeHyperlink") method.
+* Using [`removeHyperlink`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:removehyperlink "removeHyperlink") method.
The following code example describes the above behavior.
@@ -592,7 +592,7 @@ You can combine two or more cells located in the same row or column into a singl
You can do this by one of the following ways,
* Using "Merge Cells" option in Merge & Center button under Alignment group of HOME Tab in ribbon.
-* Using [`mergeCells`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:mergecells "mergeCells") method.
+* Using [`mergeCells`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:mergecells "mergeCells") method.
### Merge & Center
@@ -600,7 +600,7 @@ You can combine two or more cells located in the same row or column into a singl
* Using Merge & Center button under Alignment group of HOME Tab in ribbon.
* Using "Merge & Center" option in Merge & Center button under Alignment group of HOME Tab in ribbon.
-* Using [`mergeCells`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:mergecells "mergeCells") method with `mergeCenter` property as `true` to enable the center alignment.
+* Using [`mergeCells`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:mergecells "mergeCells") method with `mergeCenter` property as `true` to enable the center alignment.
### Merge Across
@@ -669,7 +669,7 @@ The following output is displayed as a result of the above code example.
You can split the merged cell into multiple cells. You can do this by one of the following ways,
* Using "Unmerge cells" option in Merge & Center button under Alignment group of HOME Tab in ribbon.
-* Using [`unMergeCells`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:unmergecells "unMergeCells") method.
+* Using [`unMergeCells`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:unmergecells "unMergeCells") method.
The following code example describes the above behavior.
diff --git a/aspnet-core/Spreadsheet/Data-Presentation.md b/aspnet-core/Spreadsheet/Data-Presentation.md
index c2a58b3d..71af771a 100644
--- a/aspnet-core/Spreadsheet/Data-Presentation.md
+++ b/aspnet-core/Spreadsheet/Data-Presentation.md
@@ -28,11 +28,11 @@ You can insert the controls like Button, Checkbox, Dropdown list and Date picker
You can insert the cell type to the selected range of cells by one of the following ways
* Using `e-cell-types` property in sheets.
-* Using [`addCellTypes`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xlcelltype-addcelltypes "addCellTypes") method.
+* Using [`addCellTypes`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xlcelltype-addcelltypes "addCellTypes") method.
### To remove Cell Type
-You can delete the cell type in the selected range of cells by using [`removeCellTypes`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xlcelltype-removecelltypes "removeCellTypes") method.
+You can delete the cell type in the selected range of cells by using [`removeCellTypes`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xlcelltype-removecelltypes "removeCellTypes") method.
The following code example describes the above behavior.
{% tabs %}
@@ -113,7 +113,7 @@ The following types of charts are available in Spreadsheet.
You can create the Chart by one of the following ways,
* Using "Chart Type" button to Select the type of chart under Charts group of INSERT Tab in ribbon.
-* Using [`createChart`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xlchart-createchart "createChart") method to create the chart.
+* Using [`createChart`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xlchart-createchart "createChart") method to create the chart.
### Chart Customization
@@ -190,7 +190,7 @@ You can define conditions such as greater than, less than, between, equal to, te
You can do this by one of the following ways,
* Using "Conditional Formatting" option in Conditional Formatting button of HOME Tab in ribbon to open the conditional formatting dialog.
-* Using [`setCFRule`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xlcformat-setcfrule "setCFRule") method to define the condition.
+* Using [`setCFRule`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xlcformat-setcfrule "setCFRule") method to define the condition.
The following code example describes the above behavior.
@@ -252,7 +252,7 @@ The following output is displayed as a result of the above code example.
You can clear the defined rules by using one of the following ways,
* Using "Clear Rules" option in Conditional Formatting button of HOME Tab in ribbon to clear the rule.
-* Using [`clearCF`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xlcformat-clearcf "clearCF") method to clear the defined rules.
+* Using [`clearCF`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xlcformat-clearcf "clearCF") method to clear the defined rules.
The following code example describes the above behavior.
@@ -331,7 +331,7 @@ You can do this by one of the following ways,
* Using dropdown button in filter header to open the filter dialog.
* Using context menu to select "Filter by Selected Cell's Value" option in Filter.
-* Using [`filterByActiveCell`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xlfilter-filterbyactivecell "filterByActiveCell") method.
+* Using [`filterByActiveCell`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xlfilter-filterbyactivecell "filterByActiveCell") method.
The following code example describes the above behavior.
@@ -399,7 +399,7 @@ You can do this by one of the following ways,
* Using context menu to select "Clear Filter" option in Filter.
* Using "Clear Filter" option in "Sort & Filter" button under Editing group of HOME Tab in ribbon.
* Using "Clear Filter" option under Sort and Filter group of DATA Tab in ribbon.
-* Using [`clearFilter`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xlfilter-clearfilter "clearFilter") method to perform clear filtering.
+* Using [`clearFilter`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xlfilter-clearfilter "clearFilter") method to perform clear filtering.
The following code example describes the above behavior.
@@ -459,8 +459,8 @@ Pivot table is a program tool that allows you to reorganize and summarize select
You can do this by one of the following ways,
* Using "Pivot Table" option under Tables group of INSERT Tab in ribbon.
-* Using [`createPivotTable`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xlpivot-createpivottable "createPivotTable") method to create pivot table
-* Using [`deletePivotTable`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xlpivot-deletepivottable "deletePivotTable") method to remove the pivot table.
+* Using [`createPivotTable`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xlpivot-createpivottable "createPivotTable") method to create pivot table
+* Using [`deletePivotTable`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xlpivot-deletepivottable "deletePivotTable") method to remove the pivot table.
The following code example describes the above behavior.
@@ -557,7 +557,7 @@ You can do this by one of the following ways,
* Using "Sort A to Z" or "Sort Z to A" button in Sort & Filter group of DATA Tab in ribbon.
* Using context menu to select "Sort A to Z" or "Sort Z to A" for strings and option in Sort.
* Using "Sort A to Z" or "Sort Z to A" for strings an "Sort Smallest to Largest" or "Sort Largest to Smallest" for numbers in filter dialog.
-* Using [`sortByRange`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xlsort-sortbyrange "sortByRange") method.
+* Using [`sortByRange`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xlsort-sortbyrange "sortByRange") method.
The following code example describes the above behavior.
@@ -626,7 +626,7 @@ You can do this by one of the following ways,
* Using "Format As Table" under Styles group of HOME Tab in ribbon.
* Using Table option under Tables group of INSERT Tab in ribbon.
-* Using [`createTable`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xlformat-createtable "createTable") method to insert a table and [`removeTable`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xlformat-removetable "removeTable") to delete a table.
+* Using [`createTable`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xlformat-createtable "createTable") method to insert a table and [`removeTable`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xlformat-removetable "removeTable") to delete a table.
### Table Customization
diff --git a/aspnet-core/Spreadsheet/Editing.md b/aspnet-core/Spreadsheet/Editing.md
index 31689c9b..31c50e28 100644
--- a/aspnet-core/Spreadsheet/Editing.md
+++ b/aspnet-core/Spreadsheet/Editing.md
@@ -86,7 +86,7 @@ The following output is displayed as a result of the above code example.
You can restrict/prevent the editing in the specified range. You can use `allow-lock-cell` property to enable/disable the lock cells. You can do this by one of the following ways,
-* Using [`lockCells`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:lockcells "lockCells") method to lock the selected cells. Then you need to protect the sheet using [`protectSheet`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:protectsheet "protectSheet") method to restrict the editing.
+* Using [`lockCells`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:lockcells "lockCells") method to lock the selected cells. Then you need to protect the sheet using [`protectSheet`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:protectsheet "protectSheet") method to restrict the editing.
* Using "Lock Cells” option under Changes group of REVIEW tab in ribbon. Then Using "Protect Sheet” option under Changes group of REVIEW tab in ribbon to restrict editing.
The following code example describes the above behavior.
@@ -206,6 +206,6 @@ namespace MVCSampleBrowser.Controllers
{% endhighlight %}
{% endtabs %}
-To save and retrieve the Spreadsheet data in the database, you can refer this [`Knowledge Base`](https://www.syncfusion.com/kb/7567/how-to-save-and-retrieve-the-spreadsheet-data-in-database "Knowledge Base") link.
+To save and retrieve the Spreadsheet data in the database, you can refer this [`Knowledge Base`](https://support.syncfusion.com/kb/article/6923/how-to-save-and-retrieve-the-spreadsheet-data-in-database) link.
You can update data dynamically in the Spreadsheet by using [`updateRange`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:updaterange "updateRange") method.
\ No newline at end of file
diff --git a/aspnet-core/Spreadsheet/Open-and-Save.md b/aspnet-core/Spreadsheet/Open-and-Save.md
index 34e711c8..c1ab7308 100644
--- a/aspnet-core/Spreadsheet/Open-and-Save.md
+++ b/aspnet-core/Spreadsheet/Open-and-Save.md
@@ -136,7 +136,7 @@ namespace MVCSampleBrowser.Controllers

### Methods
-To open an excel document, [`import`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:import "import") method should be called with import options as a parameter. The Spreadsheet can open excel document as a stream or file URL.
+To open an excel document, [`import`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:import "import") method should be called with import options as a parameter. The Spreadsheet can open excel document as a stream or file URL.
#### Stream
Spreadsheet can open excel document as a stream and the document stream was either from the client side or it can be specified in server side. The code snippets to open excel document as a stream from client side are as follows,
@@ -254,7 +254,7 @@ You can save excel documents in following ways,
2. User Interface
### Methods
-To save Spreadsheet document as excel file, [`export`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xlexport-export "export") method should be called with file type as parameter. The code snippets to save Spreadsheet document are as follows,
+To save Spreadsheet document as excel file, [`export`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xlexport-export "export") method should be called with file type as parameter. The code snippets to save Spreadsheet document are as follows,
{% highlight javascript %}
diff --git a/aspnet-core/Spreadsheet/Rows-and-columns.md b/aspnet-core/Spreadsheet/Rows-and-columns.md
index eb0640e3..2261629f 100644
--- a/aspnet-core/Spreadsheet/Rows-and-columns.md
+++ b/aspnet-core/Spreadsheet/Rows-and-columns.md
@@ -74,7 +74,7 @@ You can dynamically insert blank cells to the top of the selected range and shif
* Click Insert in the context menu and select “Shift Cells Down” option in Insert dialog.
* Select Insert Cells option in Insert button of OTHERS tab in Ribbon and select “Shift Cells Down” option in Insert dialog.
-You can also perform insert shift bottom using [`insertShiftBottom`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:insertshiftbottom "insertShiftBottom") method.
+You can also perform insert shift bottom using [`insertShiftBottom`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:insertshiftbottom "insertShiftBottom") method.
### Insert Shift Right
You can dynamically insert blank cells to the left of the selected range and shift the selected cells to right by following ways,
@@ -82,7 +82,7 @@ You can dynamically insert blank cells to the left of the selected range and shi
* Click Insert in the context menu and select “Shift Cells Right” option in Insert dialog.
* Select Insert Cells option in Insert button of OTHERS tab in Ribbon and select “Shift Cells Right” option in Insert dialog.
-You can also perform insert shift right using [`insertShiftRight`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:insertshiftright "insertShiftRight") method.
+You can also perform insert shift right using [`insertShiftRight`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:insertshiftright "insertShiftRight") method.
### Insert Entire Row
You can dynamically insert the selected number of blank rows to the top of the selected range by following ways,
@@ -92,7 +92,7 @@ You can dynamically insert the selected number of blank rows to the top of the s
* Select Insert Sheet Rows option in Insert button of OTHERS tab in Ribbon.
* Click Insert option in row header context menu.
-You can also perform insert entire row using [`insertEntireRow`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:insertentirerow "insertEntireRow") method.
+You can also perform insert entire row using [`insertEntireRow`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:insertentirerow "insertEntireRow") method.
### Insert Entire Column
You can dynamically insert the selected number of blank columns to the left of the selected range by following ways,
@@ -102,7 +102,7 @@ You can dynamically insert the selected number of blank columns to the left of t
* Select Insert Sheet Columns option in Insert button of OTHERS tab in Ribbon.
* Click Insert option in column header context menu.
-You can also perform insert entire column using [`insertEntireColumn`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:insertentirecolumn "insertEntireColumn") method.
+You can also perform insert entire column using [`insertEntireColumn`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:insertentirecolumn "insertEntireColumn") method.
## Delete
You can delete a range of cells, rows or columns based on the selection in worksheet. You have to enable the `allow-delete` property to perform delete operation.
@@ -119,7 +119,7 @@ You can dynamically delete the selected range of cells and shift the other cells
* Click Delete in the context menu and select “Shift Cells Up” option in Delete dialog.
* Select Delete Cells option in Delete button of OTHERS tab in Ribbon and select “Shift Cells Up” option in Delete dialog.
-You can also perform delete shift up using [`deleteShiftUp`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:deleteshiftup "deleteShiftUp") method.
+You can also perform delete shift up using [`deleteShiftUp`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:deleteshiftup "deleteShiftUp") method.
### Delete Shift Left
You can dynamically delete the selected range of cells and shift the other cells to left by following ways,
@@ -127,7 +127,7 @@ You can dynamically delete the selected range of cells and shift the other cells
* Click Delete in the context menu and select “Shift Cells Left” option in Delete dialog.
* Select Delete Cells in Delete button of OTHERS tab in Ribbon and select “Shift Cells Left” option in Delete dialog.
-You can also perform delete shift left using [`deleteShiftLeft`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:deleteshiftleft "deleteShiftLeft") method.
+You can also perform delete shift left using [`deleteShiftLeft`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:deleteshiftleft "deleteShiftLeft") method.
### Delete Entire Row
You can dynamically delete the selected rows and shift the other rows to top by following ways,
@@ -137,7 +137,7 @@ You can dynamically delete the selected rows and shift the other rows to top by
* Select Delete Sheet Rows option in Delete button of OTHERS tab in Ribbon.
* Click Delete option in row header context menu.
-You can also perform delete entire row using [`deleteEntireRow`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:deleteentirerow "deleteEntireRow") method.
+You can also perform delete entire row using [`deleteEntireRow`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:deleteentirerow "deleteEntireRow") method.
### Delete Entire Column
You can dynamically delete a selected columns and shift other columns to left by following ways,
@@ -147,7 +147,7 @@ You can dynamically delete a selected columns and shift other columns to left by
* Select Delete Sheet Columns option in Delete button of OTHERS tab in Ribbon.
* Click Delete option in column header context menu.
-You can also perform delete entire column using [`deleteEntireColumn`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:deleteentirecolumn "deleteEntireColumn") method.
+You can also perform delete entire column using [`deleteEntireColumn`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:deleteentirecolumn "deleteEntireColumn") method.
The following code example describes the above behavior.
@@ -209,13 +209,13 @@ You can show or hide the rows and columns in Spreadsheet using methods and conte
You can hide the rows dynamically by using one of the following ways,
* Click “Hide” option in row header context menu.
-* Hide the rows using [`hideRow`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:hiderow "hideRow") method.
+* Hide the rows using [`hideRow`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:hiderow "hideRow") method.
### Hide Column
You can hide the columns dynamically by using one of the following ways,
* Click “Hide” option in column header context menu.
-* Hide the columns using [`hideColumn`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:hidecolumn "hideColumn") method.
+* Hide the columns using [`hideColumn`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:hidecolumn "hideColumn") method.
The following code example describes the above behavior.
@@ -269,13 +269,13 @@ The following output is displayed as a result of the above code example.
You can show the hidden rows dynamically by using one of the following ways,
* Click “Unhide” option in row header context menu.
-* Show the hidden rows using [`showRow`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:showrow "showRow") method.
+* Show the hidden rows using [`showRow`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:showrow "showRow") method.
### Show Column
You can show the hidden columns dynamically by using one of the following ways,
* Click “Unhide” option in column header context menu.
-* Show the hidden columns using [`showColumn`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:showcolumn "showColumn") method.
+* Show the hidden columns using [`showColumn`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:showcolumn "showColumn") method.
The following code example describes the above behavior.
@@ -332,8 +332,8 @@ You can change `column-width` and `row-height` with the specified value. You
You can perform resizing using one of the following ways,
* Resize option in column header and row header.
-* Set the column width by using [`setColWidth`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xlresize-setcolwidth "setColWidth") method or `column-width` property.
-* Set the row height by using [`setRowHeight`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xlresize-setrowheight "setRowHeight") method or `row-height` property.
+* Set the column width by using [`setColWidth`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xlresize-setcolwidth "setColWidth") method or `column-width` property.
+* Set the row height by using [`setRowHeight`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xlresize-setrowheight "setRowHeight") method or `row-height` property.
The following code example describes the above behavior.
diff --git a/aspnet-core/Spreadsheet/Selection.md b/aspnet-core/Spreadsheet/Selection.md
index c4ddaa42..672a906d 100644
--- a/aspnet-core/Spreadsheet/Selection.md
+++ b/aspnet-core/Spreadsheet/Selection.md
@@ -30,7 +30,7 @@ You can set default `selection-type` in `e-selection-settings`.
### Cell Selection
-Cell selection is used to select a single or multiple cells. It can be performed using [`selectRange`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xlselection-selectrange "selectRange") method.
+Cell selection is used to select a single or multiple cells. It can be performed using [`selectRange`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xlselection-selectrange "selectRange") method.
The following code example describes the above behavior,
{% highlight html %}
@@ -51,7 +51,7 @@ The following output is displayed as a result of the above code example.
### Row Selection
-Row selection is used to select a single or multiple rows. It can be performed using [`selectRows`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xlselection-selectrows "selectRows") method.
+Row selection is used to select a single or multiple rows. It can be performed using [`selectRows`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xlselection-selectrows "selectRows") method.
The following code example describes the above behavior,
{% highlight html %}
@@ -74,7 +74,7 @@ N> This type can be set as default by setting `selection-type` property in `e-se
### Column Selection
-Column selection is used to select a single or multiple columns. It can be performed using [`selectColumns`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xlselection-selectcolumns "selectColumns") method.
+Column selection is used to select a single or multiple columns. It can be performed using [`selectColumns`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xlselection-selectcolumns "selectColumns") method.
The following code example describes the above behavior,
{% highlight html %}
@@ -97,7 +97,7 @@ N> This type can be set as default by setting `selection-type` property in `e-se
### Sheet Selection
-Sheet selection is used to select all cells in a worksheet. It can be performed using [`selectSheet`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xlselection-selectsheet "selectSheet") method.
+Sheet selection is used to select all cells in a worksheet. It can be performed using [`selectSheet`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xlselection-selectsheet "selectSheet") method.
The following code example describes the above behavior,
{% highlight html %}
diff --git a/aspnet-core/Spreadsheet/Worksheet.md b/aspnet-core/Spreadsheet/Worksheet.md
index 9e2c6cd2..85402740 100644
--- a/aspnet-core/Spreadsheet/Worksheet.md
+++ b/aspnet-core/Spreadsheet/Worksheet.md
@@ -29,14 +29,14 @@ The Spreadsheet has support for inserting new sheet. You can insert sheet in two
You can dynamically add a sheet by one of the following ways,
* Click the new sheet button in the Spreadsheet sheet tab.
-* Using [`addNewSheet`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:addnewsheet "addNewSheet") method.
+* Using [`addNewSheet`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:addnewsheet "addNewSheet") method.
### Insert Sheet
You can dynamically insert a sheet by one of the following ways,
* Right clicking on the worksheet in the sheet tab and then click Insert option in the context menu.
* Click OTHERS tab in the ribbon and select Insert Sheet option in Insert dropdown button.
-* Using [`insertSheet`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:insertsheet "insertSheet") method.
+* Using [`insertSheet`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:insertsheet "insertSheet") method.
The following code example describes the above behavior
@@ -65,7 +65,7 @@ The following output is displayed as a result of the above code example.
The Spreadsheet provides support to create a copy of an existing worksheet. You can dynamically copy a worksheet by using one of the following ways,
* Right clicking on the worksheet in the sheet tab and then click Move or Copy in the context menu. Check the “Create a copy” checkbox in the “Move or Copy” dialog.
-* Copy an existing worksheet using [`copySheet`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:copysheet "copySheet") method.
+* Copy an existing worksheet using [`copySheet`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:copysheet "copySheet") method.
The following code example describes the above behavior
@@ -90,7 +90,7 @@ The following output is displayed as a result of the above code example.
The Spreadsheet provides support to move an existing worksheet. You can dynamically move a worksheet by using one of the following ways,
* Right clicking on the worksheet in the sheet tab and then click Move or Copy in the context menu. Select the sheet that you have to move in the “Move or Copy” dialog.
-* Move an existing worksheet using [`copySheet`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:copysheet "copySheet") method.
+* Move an existing worksheet using [`copySheet`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:copysheet "copySheet") method.
The following code example describes the above behavior
@@ -117,7 +117,7 @@ The Spreadsheet has support for removing an existing worksheet. You can dynamica
* Right click on the worksheet in the sheet tab and then click Delete option in the context menu.
* Select the existing worksheet, click OTHERS tab in the ribbon and select Delete dropdown button. Then click Delete Sheet.
-You can also remove an active worksheet using [`deleteSheet`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:deletesheet "deleteSheet") method.
+You can also remove an active worksheet using [`deleteSheet`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:deletesheet "deleteSheet") method.
The following code example describes the above behavior
@@ -142,7 +142,7 @@ The following output is displayed as a result of the above code example.
The Spreadsheet has support for renaming an existing worksheet. You can dynamically rename worksheet by using one of the following ways,
* Right clicking on the worksheet in the sheet tab and then click Rename option in the context menu.
-* Rename an active worksheet using [`sheetRename`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:sheetrename "sheetRename") method.
+* Rename an active worksheet using [`sheetRename`](https://help.syncfusion.com/api/js/ejspreadsheet) method.
The following code example describes the above behavior
@@ -168,7 +168,7 @@ The following output is displayed as a result of the above code example.
Headers in the Spreadsheet are numbered rows and lettered columns in worksheets. It makes ease of view and reference to your data. You can dynamically show/hide worksheet header by using one of the following ways,
* Select PAGE LAYOUT tab in the ribbon and then check or uncheck Headings in the Show group.
-* Show/Hide the worksheet headers using `show-headings` property and [`showHeadings`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:showheadings "showHeadings") method.
+* Show/Hide the worksheet headers using `show-headings` property and [`showHeadings`](https://help.syncfusion.com/api/js/ejspreadsheet) method.
The following code example describes the above behavior
@@ -189,8 +189,8 @@ The following output is displayed as a result of the above code example.
You can dynamically show/hide worksheet by using one of the following ways,
* Right clicking on the worksheet in the sheet tab and then click Hide or Unhide in the context menu
-* Hide the sheet using [`hideSheet`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:hidesheet "hideSheet") method.
-* Show the hidden sheet using [`unhideSheet`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:unhidesheet "unhideSheet") method.
+* Hide the sheet using [`hideSheet`](https://help.syncfusion.com/api/js/ejspreadsheet) method.
+* Show the hidden sheet using [`unhideSheet`](https://help.syncfusion.com/api/js/ejspreadsheet) method.
The following code example describes the above behavior
@@ -218,7 +218,7 @@ The following output is displayed as a result of the above code example.
Gridlines act as a border like appearance of cells. They are used to distinguish cells on the worksheet. You can dynamically show/hide gridlines by using one of the following ways,
* Select PAGE LAYOUT tab in the ribbon and then check or uncheck Gridlines in the Show group.
-* Show/Hide gridlines in a worksheet using `show-gridlines` property and [`showGridlines`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:showgridlines "showGridlines") method.
+* Show/Hide gridlines in a worksheet using `show-gridlines` property and [`showGridlines`](https://help.syncfusion.com/api/js/ejspreadsheet) method.
The following code example describes the above behavior
diff --git a/aspnet-core/TimePicker/Keyboard-Interaction.md b/aspnet-core/TimePicker/Keyboard-Interaction.md
index 7b6e442f..899699c1 100644
--- a/aspnet-core/TimePicker/Keyboard-Interaction.md
+++ b/aspnet-core/TimePicker/Keyboard-Interaction.md
@@ -22,7 +22,7 @@ Shortcut Key
Description |
|
-{{ '[Access key](http://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j |
+{{ '[Access key](https://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j |
Focuses into Timepicker widget |
@@ -105,7 +105,7 @@ The following steps explains you on how to enable keyboard interaction for the T
N> To render the TimePicker Control you can use either Razor or Tag helper code as given in the above code snippet.
-2. Run the code sample, press [Access key](http://en.wikipedia.org/wiki/Access_key) + J to focus in the TimePicker widget that enables it and you can navigate using arrow keys and Esc key to close the popup.
+2. Run the code sample, press [Access key](https://en.wikipedia.org/wiki/Access_key) + J to focus in the TimePicker widget that enables it and you can navigate using arrow keys and Esc key to close the popup.
diff --git a/aspnet-core/TimePicker/Localization.md b/aspnet-core/TimePicker/Localization.md
index 8132a051..4c086db7 100644
--- a/aspnet-core/TimePicker/Localization.md
+++ b/aspnet-core/TimePicker/Localization.md
@@ -12,7 +12,7 @@ documentation: ug
You can globalize the TimePicker, so that users of different cultures can make use of it and post their content. For your convenience, you can format the TimePicker control to your culture. When your blog is in your culture, the viewers of your culture can understand about your company and its products. You can achieve localization using the “Locale” property.
More than 350 culture specific files are available to localize the time. To know more about EJ globalize support, please refer the below link
- [http://help.syncfusion.com/js/localization](http://help.syncfusion.com/js/localization)
+ [http://help.syncfusion.com/js/localization](https://help.syncfusion.com/js/localization)
N> Seven culture-specific script files are available in the below specified location. For all other culture files, please download from the [GitHub](https://github.com/syncfusion/ej-global/tree/master/i18n) location.
From e67284a6c9d14e4a6a9eeb717363b35b8809f3a9 Mon Sep 17 00:00:00 2001
From: gowthamanthavasiyappan
<90315799+gowthamanthavasiyappan@users.noreply.github.com>
Date: Mon, 12 Jun 2023 14:17:46 +0530
Subject: [PATCH 6/7] SEO-172685-asp-net-core-redirection-tool-fixes-4
---
aspnet-core/Configuration.md | 8 ++---
aspnet-core/Core-Concepts.md | 2 +-
aspnet-core/Tooltip/Customization.md | 6 ++--
aspnet-core/Tooltip/Getting-Started.md | 2 +-
aspnet-core/TreeMap/Getting-Started.md | 2 +-
aspnet-core/TreeView/Checkboxes.md | 2 +-
aspnet-core/TreeView/Getting-Started.md | 6 ++--
.../TreeView/Multiple-Drag-and-Drop.md | 2 +-
aspnet-core/TreeView/Multiple-Selection.md | 6 ++--
aspnet-core/TreeView/Overview.md | 2 +-
aspnet-core/TreeView/Populate-Data.md | 16 +++++-----
aspnet-core/TreeView/Template-Option.md | 2 +-
aspnet-core/TreeView/Tree-Node.md | 32 +++++++++----------
...m-major-version-to-service-pack-version.md | 2 +-
...ade-from-one-version-to-another-version.md | 2 +-
aspnet-core/Upgrade/how-to-upgrade.md | 2 +-
aspnet-core/UploadBox/how-to.md | 2 +-
.../NuGet-Packages.md | 8 ++---
.../Visual-Studio-Integration/Overview.md | 10 +++---
.../Convert-Project.md | 2 +-
.../Create-Project.md | 2 +-
.../Troubleshooting.md | 2 +-
.../Upgrade-Project.md | 2 +-
23 files changed, 61 insertions(+), 61 deletions(-)
diff --git a/aspnet-core/Configuration.md b/aspnet-core/Configuration.md
index e05ad589..7b86e8ba 100644
--- a/aspnet-core/Configuration.md
+++ b/aspnet-core/Configuration.md
@@ -9,13 +9,13 @@ documentation: ug
# Configuring Syncfusion Bower Packages
-[Bower](http://bower.io) is a package manager for the Web. Syncfusion Bower package allows you to use the Syncfusion JavaScript Widgets in an efficient way.
+[Bower](https://bower.io/) is a package manager for the Web. Syncfusion Bower package allows you to use the Syncfusion JavaScript Widgets in an efficient way.
I>Syncfusion JavaScript Bower package is available as [public Git Repository](https://github.com/syncfusion/JavaScript-Widgets) and also registered as Syncfusion-JavaScript in the Bower registry.
### Bower Installation
-To configure the Bower in your machine you need to install [node, npm](http://nodejs.org) and [git](http://git-scm.org). For more information to configure the Bower package please refer the official site for [bower](http://bower.io/#install-bower).
+To configure the Bower in your machine you need to install [node, npm](https://nodejs.org/) and [git](http://git-scm.org). For more information to configure the Bower package please refer the official site for [bower](https://bower.io/).
Syncfusion JavaScript Bower package can be configured in the following ways.
1. Using command prompt.
@@ -88,7 +88,7 @@ Syncfusion JavaScript npm package is available as [public Git Repository](https:
### Syncfusion npm Installation
-To configure the npm, install the [Nodejs](http://nodejs.org/) and update the npm. For more information to configure the npm packages refer the official site of [npm](https://docs.npmjs.com/getting-started/installing-node).
+To configure the npm, install the [Nodejs](https://nodejs.org/) and update the npm. For more information to configure the npm packages refer the official site of [npm](https://docs.npmjs.com/getting-started/installing-node/).
syncfusion-javascript npm package can be configured in following ways.
@@ -167,7 +167,7 @@ npm update
### Overview
-JSPM is a package manager for [SystemJS universal module loader](https://github.com/systemjs/systemjs), built on top of the dynamic [ES6 module loader](https://github.com/ModuleLoader/es6-module-loader). This can load any module format (ES6, AMD, CommonJS and globals) directly from any registry such as npm and GitHub with flat versioned dependency management. Any custom registry endpoints can be created through the Registry API.
+JSPM is a package manager for [SystemJS universal module loader](https://github.com/systemjs/systemjs), built on top of the dynamic [ES6 module loader](https://github.com/ModuleLoader/es-module-loader). This can load any module format (ES6, AMD, CommonJS and globals) directly from any registry such as npm and GitHub with flat versioned dependency management. Any custom registry endpoints can be created through the Registry API.
### Syncfusion JavaScript JSPM
diff --git a/aspnet-core/Core-Concepts.md b/aspnet-core/Core-Concepts.md
index ee21a88a..6a352f22 100644
--- a/aspnet-core/Core-Concepts.md
+++ b/aspnet-core/Core-Concepts.md
@@ -256,7 +256,7 @@ Find the steps to configure the Syncfusion Components to particular language fro
## Accessibility
-All the Essential JS UI widgets provide built-in compliance with the WAI-ARIA specifications. This ensures that the widgets work properly with assistive technologies. [WAI-ARIA](https://www.w3.org/WAI/PF/aria-practices/) compliance for the widgets have been achieved by providing proper keyboard navigation support as well as by defining the required ARIA attributes to the DOM elements.
+All the Essential JS UI widgets provide built-in compliance with the WAI-ARIA specifications. This ensures that the widgets work properly with assistive technologies. [WAI-ARIA](https://www.w3.org/WAI/ARIA/apg/) compliance for the widgets have been achieved by providing proper keyboard navigation support as well as by defining the required ARIA attributes to the DOM elements.
For example, the ejButton widget, when created through JavaScript code will render in the web browser with HTML DOM elements (along with the assigned built-in ARIA attributes) as shown below,
diff --git a/aspnet-core/Tooltip/Customization.md b/aspnet-core/Tooltip/Customization.md
index 060fd5f5..cae379e5 100644
--- a/aspnet-core/Tooltip/Customization.md
+++ b/aspnet-core/Tooltip/Customization.md
@@ -135,7 +135,7 @@ None (Default)
|
No effect takes place
|
-Let's create a Tooltip that slides down when shown using the [animation](http://help.syncfusion.com/js/api/ejtooltip#members:animation) property:
+Let's create a Tooltip that slides down when shown using the [animation](https://help.syncfusion.com/js/api/ejtooltip#members:animation) property:
{% highlight CSHTML %}
@@ -151,7 +151,7 @@ Let's create a Tooltip that slides down when shown using the [animation](http://
### Custom Animation
-Custom animation effect for both Tooltip show/hide can also be done by [show](http://help.syncfusion.com/js/api/ejtooltip#methods:show) and [hide](http://help.syncfusion.com/js/api/ejtooltip#methods:hide) method.
+Custom animation effect for both Tooltip show/hide can also be done by [show](https://help.syncfusion.com/js/api/ejtooltip#methods:show) and [hide](https://help.syncfusion.com/js/api/ejtooltip#methods:hide) method.
Show or Hide method may receive an optional 'callback' parameter, which represents a function you'd like to call which will animate the tooltip.
@@ -233,7 +233,7 @@ Tooltip will be hidden when mouse leaves the target element.
### Auto
-The tooltip will be visible only for the period of time specified in the [autoCloseTimeout](http://help.syncfusion.com/js/api/ejtooltip#members:autoclosetimeout).
+The tooltip will be visible only for the period of time specified in the [autoCloseTimeout](https://help.syncfusion.com/js/api/ejtooltip#members:autoclosetimeout).
Let see an example, this Tooltip will only hide after hovering the target for 2000ms
diff --git a/aspnet-core/Tooltip/Getting-Started.md b/aspnet-core/Tooltip/Getting-Started.md
index 636f1618..44395789 100644
--- a/aspnet-core/Tooltip/Getting-Started.md
+++ b/aspnet-core/Tooltip/Getting-Started.md
@@ -87,7 +87,7 @@ Apply the following style sheet
## Setting Dimensions
-Tooltip dimensions can be set using [width](http://help.syncfusion.com/js/api/ejtooltip#members:width) and [height](http://help.syncfusion.com/js/api/ejtooltip#members:height) API.
+Tooltip dimensions can be set using [width](https://help.syncfusion.com/js/api/ejtooltip#members:width) and [height](https://help.syncfusion.com/js/api/ejtooltip#members:height) API.
{% highlight CSHTML %}
diff --git a/aspnet-core/TreeMap/Getting-Started.md b/aspnet-core/TreeMap/Getting-Started.md
index 336fb13f..3a4b2743 100644
--- a/aspnet-core/TreeMap/Getting-Started.md
+++ b/aspnet-core/TreeMap/Getting-Started.md
@@ -121,7 +121,7 @@ You can populate the TreeMap data inside the controller. For example, you can po
- N> Population data is referred from [List of continents by population](http://en.wikipedia.org/wiki/List_of_continents_by_population)
+ N> Population data is referred from [List of continents by population](https://en.wikipedia.org/wiki/List_of_continents_by_population)
## Initialize TreeMap
diff --git a/aspnet-core/TreeView/Checkboxes.md b/aspnet-core/TreeView/Checkboxes.md
index be352b84..074ef544 100644
--- a/aspnet-core/TreeView/Checkboxes.md
+++ b/aspnet-core/TreeView/Checkboxes.md
@@ -61,7 +61,7 @@ You can use [isNodeChecked](https://help.syncfusion.com/api/js/ejtreeview#method
## Get checked nodes
-To get the checked nodes of tree view, use the [getCheckedNodes](http://help.syncfusion.com/js/api/ejtreeview#methods:getcheckednodes) method. It returns the collection of checked tree nodes. Also you can get currently checked nodes indexes in TreeView by using [getCheckedNodesIndex](https://help.syncfusion.com/api/js/ejtreeview#methods:getcheckednodesindex) method.
+To get the checked nodes of tree view, use the [getCheckedNodes](https://help.syncfusion.com/js/api/ejtreeview#methods:getcheckednodes) method. It returns the collection of checked tree nodes. Also you can get currently checked nodes indexes in TreeView by using [getCheckedNodesIndex](https://help.syncfusion.com/api/js/ejtreeview#methods:getcheckednodesindex) method.
{% highlight CSHTML %}
diff --git a/aspnet-core/TreeView/Getting-Started.md b/aspnet-core/TreeView/Getting-Started.md
index 75cbe859..d0268432 100644
--- a/aspnet-core/TreeView/Getting-Started.md
+++ b/aspnet-core/TreeView/Getting-Started.md
@@ -208,7 +208,7 @@ By running the previous code, you will get results like the following image:
## Create instance for tree view
-Create an instance for an existing tree view in the following ways. Once a reference has been established, you can use the [API’s](http://help.syncfusion.com/js/api/ejtreeview) of tree view to control its behavior.
+Create an instance for an existing tree view in the following ways. Once a reference has been established, you can use the [API’s](https://help.syncfusion.com/js/api/ejtreeview) of tree view to control its behavior.
{% highlight javascript %}
@@ -225,11 +225,11 @@ Create an instance for an existing tree view in the following ways. Once a refer
-N>**To configure the API settings after tree view creation, please refer to the [API configuration](http://help.syncfusion.com/js/api-configuration), [Invoking Methods](http://help.syncfusion.com/js/invoking-methods)**.
+N>**To configure the API settings after tree view creation, please refer to the [API configuration](https://help.syncfusion.com/js/api-configuration), [Invoking Methods](https://help.syncfusion.com/js/invoking-methods)**.
## Tree view events
-ASP.NET Core tree view supports all the [events](http://help.syncfusion.com/js/api/ejtreeview#events) available in EJ tree view. Refer to the following code example to specify an event using the tag helper of tree view.
+ASP.NET Core tree view supports all the [events](https://help.syncfusion.com/js/api/ejtreeview#events) available in EJ tree view. Refer to the following code example to specify an event using the tag helper of tree view.
{% highlight CSHTML %}
diff --git a/aspnet-core/TreeView/Multiple-Drag-and-Drop.md b/aspnet-core/TreeView/Multiple-Drag-and-Drop.md
index 6c4c12af..e55af2cc 100644
--- a/aspnet-core/TreeView/Multiple-Drag-and-Drop.md
+++ b/aspnet-core/TreeView/Multiple-Drag-and-Drop.md
@@ -10,7 +10,7 @@ documentation: ug
# Drag and Drop Multiple Nodes
-The tree view supports to drag and drop multiple nodes by specifying the [allowMultiSelection](http://help.syncfusion.com/js/api/ejtreeview#members:allowmultiselection) as true along with the [allowDragAndDrop](https://help.syncfusion.com/js/api/ejtreeview#members:allowdraganddrop) as true. It allows you to drag and drop multiple nodes in the tree view.
+The tree view supports to drag and drop multiple nodes by specifying the [allowMultiSelection](https://help.syncfusion.com/js/api/ejtreeview#members:allowmultiselection) as true along with the [allowDragAndDrop](https://help.syncfusion.com/js/api/ejtreeview#members:allowdraganddrop) as true. It allows you to drag and drop multiple nodes in the tree view.
In the controller page, create a data list that contains the details about the tree nodes.
diff --git a/aspnet-core/TreeView/Multiple-Selection.md b/aspnet-core/TreeView/Multiple-Selection.md
index 10a641b3..faa9bec1 100644
--- a/aspnet-core/TreeView/Multiple-Selection.md
+++ b/aspnet-core/TreeView/Multiple-Selection.md
@@ -9,7 +9,7 @@ documentation: ug
# Multiple Selection in ASP.NET Core TreeView
-The tree view supports to select the multiple nodes by specifying the [allowMultiSelection](http://help.syncfusion.com/js/api/ejtreeview#members:allowmultiselection) as true. It allows you to select more than one nodes in the tree view.
+The tree view supports to select the multiple nodes by specifying the [allowMultiSelection](https://help.syncfusion.com/js/api/ejtreeview#members:allowmultiselection) as true. It allows you to select more than one nodes in the tree view.
In the controller page, create a data list that contains the details about the tree nodes.
@@ -63,7 +63,7 @@ By running the previous code, you will get the output like the following:
## Select nodes
-To select more than one nodes of tree view, use the [selectedNodes](http://help.syncfusion.com/js/api/ejtreeview#members:selectednodes) property. It will select the tree view nodes from the given indexes.
+To select more than one nodes of tree view, use the [selectedNodes](https://help.syncfusion.com/js/api/ejtreeview#members:selectednodes) property. It will select the tree view nodes from the given indexes.
In the view page, add the following code and map the properties defined to the corresponding fields in data source and you can select the specific nodes in tree view by using the **selectedNodes** property.
@@ -89,7 +89,7 @@ In the view page, add the following code and map the properties defined to the c
## Get selected nodes
-To get the selected nodes of tree view, use the [getSelectedNodes](http://help.syncfusion.com/js/api/ejtreeview#methods:getselectednodes) method. It returns the collections of tree view selected nodes. You can use [getSelectedNodesIndex](https://help.syncfusion.com/api/js/ejtreeview#methods:getselectednodesindex) method to get the index positions of currently selected nodes.
+To get the selected nodes of tree view, use the [getSelectedNodes](https://help.syncfusion.com/js/api/ejtreeview#methods:getselectednodes) method. It returns the collections of tree view selected nodes. You can use [getSelectedNodesIndex](https://help.syncfusion.com/api/js/ejtreeview#methods:getselectednodesindex) method to get the index positions of currently selected nodes.
In the view page, add the following code and map the properties defined to the corresponding fields in data source and you can get selected nodes from the tree view by using the **getSelectedNodes** method.
diff --git a/aspnet-core/TreeView/Overview.md b/aspnet-core/TreeView/Overview.md
index 77a0249f..a290f8ef 100644
--- a/aspnet-core/TreeView/Overview.md
+++ b/aspnet-core/TreeView/Overview.md
@@ -9,7 +9,7 @@ documentation: ug
# Overview
-The ASP.NET Core tree view component provides all the functionalities available in [EJ TreeView](http://help.syncfusion.com/js/api/ejtreeview). It represents hierarchical data in a tree-like structure and allows you to edit, drag and drop, select with checkboxes, and more. The tree view can be generated from a specified item list, list of objects, or by using OData services.
+The ASP.NET Core tree view component provides all the functionalities available in [EJ TreeView](https://help.syncfusion.com/js/api/ejtreeview). It represents hierarchical data in a tree-like structure and allows you to edit, drag and drop, select with checkboxes, and more. The tree view can be generated from a specified item list, list of objects, or by using OData services.
## Key Features
diff --git a/aspnet-core/TreeView/Populate-Data.md b/aspnet-core/TreeView/Populate-Data.md
index 25d0055c..a13e6826 100644
--- a/aspnet-core/TreeView/Populate-Data.md
+++ b/aspnet-core/TreeView/Populate-Data.md
@@ -387,7 +387,7 @@ Previous data can be directly assigned to the `DataSource` property and you can
## Remote data
-When using remote data binding, the adaptor of [ej.DataManager](http://helpjs.syncfusion.com/js/api/ejdatamanager#) plays a vital role in processing queries to make them suitable to send along with data request, and also process the response data from the server.
+When using remote data binding, the adaptor of [ej.DataManager](https://helpjs.syncfusion.com/js/api/ejdatamanager) plays a vital role in processing queries to make them suitable to send along with data request, and also process the response data from the server.
The following steps explain you to bind remote data to the tree view control.
@@ -399,7 +399,7 @@ The following steps explain you to bind remote data to the tree view control.
### OData
-**OData** is a standardized protocol for creating and consuming data. Bind the [OData service](http://www.odata.org/#) data to tree view in two ways by using `DataSource` API of tree view control.
+**OData** is a standardized protocol for creating and consuming data. Bind the [OData service](https://www.odata.org/) data to tree view in two ways by using `DataSource` API of tree view control.
**Using Datasource(DataSource) API**
@@ -437,7 +437,7 @@ The following steps explain you to bind remote data to the tree view control.
{% endhighlight %}
-In the previous methods, you may also specify the **adaptor** as [ODataAdaptor](http://helpjs.syncfusion.com/js/datamanager/data-adaptors#odata-adaptor) and it is optional to specify.
+In the previous methods, you may also specify the **adaptor** as [ODataAdaptor](https://helpjs.syncfusion.com/js/datamanager/data-adaptors#odata-adaptor) and it is optional to specify.
Provide the adaptor value either as string value (“ODataAdaptor”) or Enum type (AdaptorType.ODataAdaptor).
@@ -455,7 +455,7 @@ Provide the adaptor value either as string value (“ODataAdaptor”) or Enum ty
{% endhighlight %}
-N>**You can use the previous code until OData service version 3. For OData Service version 4 End Point, a separate adaptor [ej.ODataV4Adaptor](http://helpjs.syncfusion.com/js/datamanager/data-binding#odata-v4) is created for data binding.**
+N>**You can use the previous code until OData service version 3. For OData Service version 4 End Point, a separate adaptor [ej.ODataV4Adaptor](https://helpjs.syncfusion.com/js/datamanager/data-binding#odata-v4) is created for data binding.**
{% highlight CSHTML %}
@@ -474,7 +474,7 @@ N>**You can use the previous code until OData service version 3. For OData Servi
### Web API
-Using the [ej.WebApiAdaptor](http://helpjs.syncfusion.com/js/datamanager/data-adaptors#webapi-adaptor), you can bind Web API service data to the tree view as shown in the following code example.
+Using the [ej.WebApiAdaptor](https://helpjs.syncfusion.com/js/datamanager/data-adaptors#webapi-adaptor), you can bind Web API service data to the tree view as shown in the following code example.
{% highlight CSHTML %}
@@ -490,11 +490,11 @@ Using the [ej.WebApiAdaptor](http://helpjs.syncfusion.com/js/datamanager/data-ad
### Other restful web services
-The Custom Adaptor concept of the [ej.DataManager](http://helpjs.syncfusion.com/js/api/ejdatamanager#) allows you to customize or generate your own adaptor which is used to process query and result data.
+The Custom Adaptor concept of the [ej.DataManager](https://helpjs.syncfusion.com/js/api/ejdatamanager) allows you to customize or generate your own adaptor which is used to process query and result data.
-[http://helpjs.syncfusion.com/js/datamanager/data-adaptors#custom-adaptor](http://helpjs.syncfusion.com/js/datamanager/data-adaptors#custom-adaptor)
+[http://helpjs.syncfusion.com/js/datamanager/data-adaptors#custom-adaptor](https://helpjs.syncfusion.com/js/datamanager/data-adaptors#custom-adaptor)
-When using remote data binding, the adaptor of [ej.DataManager](http://helpjs.syncfusion.com/js/api/ejdatamanager#) plays a vital role in processing queries to make them suitable to send along with the data request, and also process the response data from the server.
+When using remote data binding, the adaptor of [ej.DataManager](https://helpjs.syncfusion.com/js/api/ejdatamanager) plays a vital role in processing queries to make them suitable to send along with the data request, and also process the response data from the server.
In the controller page, create a data list that contains the details about the tree nodes.
diff --git a/aspnet-core/TreeView/Template-Option.md b/aspnet-core/TreeView/Template-Option.md
index b978c8d9..6f505150 100644
--- a/aspnet-core/TreeView/Template-Option.md
+++ b/aspnet-core/TreeView/Template-Option.md
@@ -8,7 +8,7 @@ documentation: UG
# Template Option in ASP.NET Core TreeView
-The tree nodes can be customized by using the **Template** property. The tree view template option requires addition JS library called the **JsRender** that helps you to create the structured way of tree nodes with simple codes and increased performance. To know more about JsRender, refer to this link [http://www.jsviews.com/](http://www.jsviews.com/#).
+The tree nodes can be customized by using the **Template** property. The tree view template option requires addition JS library called the **JsRender** that helps you to create the structured way of tree nodes with simple codes and increased performance. To know more about JsRender, refer to this link [http://www.jsviews.com/](https://www.jsviews.com/).
In the controller page, create a data list that contains the details about the tree nodes.
diff --git a/aspnet-core/TreeView/Tree-Node.md b/aspnet-core/TreeView/Tree-Node.md
index 9380f4b2..f1583564 100644
--- a/aspnet-core/TreeView/Tree-Node.md
+++ b/aspnet-core/TreeView/Tree-Node.md
@@ -120,7 +120,7 @@ Also the tree view node object holds the following properties.
The tree view provides a set of options to configure all its properties by setting and getting values at initialization or dynamically.
-To get the node value, you can use the [getNode](http://help.syncfusion.com/js/api/ejtreeview#methods:getnode) method as shown in the following code example. Here, the node value is retrieved by button click action.
+To get the node value, you can use the [getNode](https://help.syncfusion.com/js/api/ejtreeview#methods:getnode) method as shown in the following code example. Here, the node value is retrieved by button click action.
In the controller page, create a data list that contains the details about the tree nodes.
@@ -180,7 +180,7 @@ In the view page, specify the following method in script tag to get the node val
N>**Existing tree view instance can be created by [jQuery.data()](http://api.jquery.com/jQuery.data/#) and you can control the APIs of tree view behavior**.
-To edit the node text, use the [updateText](http://help.syncfusion.com/js/api/ejtreeview#methods:updatetext) method as shown in the following code example:
+To edit the node text, use the [updateText](https://help.syncfusion.com/js/api/ejtreeview#methods:updatetext) method as shown in the following code example:
{% highlight CSHTML %}
@@ -203,7 +203,7 @@ To edit the node text, use the [updateText](http://help.syncfusion.com/js/api/ej
## Get parent node
-To get current parent node of a particular node, use the [getParent](http://help.syncfusion.com/js/api/ejtreeview#methods:getparent) method as shown in the following code example:
+To get current parent node of a particular node, use the [getParent](https://help.syncfusion.com/js/api/ejtreeview#methods:getparent) method as shown in the following code example:
{% highlight CSHTML %}
@@ -223,7 +223,7 @@ To get current parent node of a particular node, use the [getParent](http://help
## Get node index
-To get node index, use the [getNodeIndex](http://help.syncfusion.com/js/api/ejtreeview#methods:getnodeindex) as shown in the following code example:
+To get node index, use the [getNodeIndex](https://help.syncfusion.com/js/api/ejtreeview#methods:getnodeindex) as shown in the following code example:
You can use [getNodeByIndex](https://help.syncfusion.com/api/js/ejtreeview#methods:getnodebyindex) method to get TreeView node by using index position.
{% highlight javascript %}
@@ -250,7 +250,7 @@ Perform the following operation in tree nodes and you can save the modified node
### Add or remove nodes
-To add/remove nodes programmatically, use the [addNode](http://help.syncfusion.com/js/api/ejtreeview#methods:addnode) and [removeNode](http://help.syncfusion.com/js/api/ejtreeview#methods:removenode) methods of the tree view.
+To add/remove nodes programmatically, use the [addNode](https://help.syncfusion.com/js/api/ejtreeview#methods:addnode) and [removeNode](http://help.syncfusion.com/js/api/ejtreeview#methods:removenode) methods of the tree view.
{% highlight javascript %}
@@ -266,7 +266,7 @@ To add/remove nodes programmatically, use the [addNode](http://help.syncfusion.
{% endhighlight %}
-Add a new node after or before some tree view node by using the [insertAfter](http://help.syncfusion.com/js/api/ejtreeview#methods:insertafter) and [insertBefore](http://help.syncfusion.com/js/api/ejtreeview#methods:insertbefore) methods.
+Add a new node after or before some tree view node by using the [insertAfter](https://help.syncfusion.com/js/api/ejtreeview#methods:insertafter) and [insertBefore](http://help.syncfusion.com/js/api/ejtreeview#methods:insertbefore) methods.
{% highlight javascript %}
@@ -287,7 +287,7 @@ Add a new node after or before some tree view node by using the [insertAfter](ht
### Move node
-You can also achieve cut and paste operation by using the [moveNode](http://help.syncfusion.com/js/api/ejtreeview#methods:movenode) method.
+You can also achieve cut and paste operation by using the [moveNode](https://help.syncfusion.com/js/api/ejtreeview#methods:movenode) method.
{% highlight javascript %}
@@ -315,7 +315,7 @@ The tree nodes can be expanded or collapsed by clicking the expand/collapse icon
|
- {{'[expandNode](http://help.syncfusion.com/js/api/ejtreeview#methods:expandnode)'| markdownify }}
+ {{'[expandNode](https://help.syncfusion.com/js/api/ejtreeview#methods:expandnode)'| markdownify }}
|
Expands the node with specified id.
@@ -323,7 +323,7 @@ Expands the node with specified id.
|
|
- {{'[collapseNode](http://help.syncfusion.com/js/api/ejtreeview#methods:collapsenode)'| markdownify }}
+ {{'[collapseNode](https://help.syncfusion.com/js/api/ejtreeview#methods:collapsenode)'| markdownify }}
|
Collapses the node with specified id.
@@ -331,7 +331,7 @@ Collapses the node with specified id.
|
|
- {{'[expandAll](http://help.syncfusion.com/js/api/ejtreeview#methods:expandall)'| markdownify }}
+ {{'[expandAll](https://help.syncfusion.com/js/api/ejtreeview#methods:expandall)'| markdownify }}
|
Expands all the node.
@@ -339,7 +339,7 @@ Expands all the node.
|
|
- {{'[collapseAll](http://help.syncfusion.com/js/api/ejtreeview#methods:collapseall)'| markdownify }}
+ {{'[collapseAll](https://help.syncfusion.com/js/api/ejtreeview#methods:collapseall)'| markdownify }}
|
Collapses all the node.
@@ -347,11 +347,11 @@ Collapses all the node.
|
-Also you can get all the expanded nodes index in tree by using the [getExpandedNodesIndex](http://help.syncfusion.com/js/api/ejtreeview#methods:getexpandednodesindex) method that returns the array of expanded node indices.
+Also you can get all the expanded nodes index in tree by using the [getExpandedNodesIndex](https://help.syncfusion.com/js/api/ejtreeview#methods:getexpandednodesindex) method that returns the array of expanded node indices.
### Prevent multiple node expand
-You can be able to prevent the multiple expand of tree view nodes by specifying [enableMultipleExpand](http://help.syncfusion.com/js/api/ejtreeview#members:enablemultipleexpand) as false.
+You can be able to prevent the multiple expand of tree view nodes by specifying [enableMultipleExpand](https://help.syncfusion.com/js/api/ejtreeview#members:enablemultipleexpand) as false.
For example, if you want to allow only one node to be expanded in tree view at a time. Refer to the following code block for more details.
@@ -367,7 +367,7 @@ For example, if you want to allow only one node to be expanded in tree view at a
### Get updated node collection
-Get the updated node values after manipulating or editing the node of tree view by using the [getTreeData](http://help.syncfusion.com/js/api/ejtreeview#methods:gettreedata) method. It returns the JSON data with modified structure in tree view.
+Get the updated node values after manipulating or editing the node of tree view by using the [getTreeData](https://help.syncfusion.com/js/api/ejtreeview#methods:gettreedata) method. It returns the JSON data with modified structure in tree view.
You can also get the updated data source for remote data binding after performing the operation like editing, selecting/unselecting, expanding/collapsing, checking/unchecking and removing node. You cannot get the updated data source, when you perform operation like drag and drop, adding node for remote data binding.
@@ -387,7 +387,7 @@ The updated data source also contains custom attributes, if you return these fro
## Editing
-You can directly edit the tree node’s text in-place by double-click on the tree node or select the tree node and press F2 key. The editing works only if the [allowEditing](http://help.syncfusion.com/js/api/ejtreeview#members:allowediting) property is true in TreeView control. When editing is completed by focus out or “enter” key press, the modified node’s text is saved automatically. The [nodeEdit](https://help.syncfusion.com/api/js/ejtreeview#events:nodeedit) event will be triggered whenever edited the TreeView node.
+You can directly edit the tree node’s text in-place by double-click on the tree node or select the tree node and press F2 key. The editing works only if the [allowEditing](https://help.syncfusion.com/js/api/ejtreeview#members:allowediting) property is true in TreeView control. When editing is completed by focus out or “enter” key press, the modified node’s text is saved automatically. The [nodeEdit](https://help.syncfusion.com/api/js/ejtreeview#events:nodeedit) event will be triggered whenever edited the TreeView node.
Also [beforeEdit](https://help.syncfusion.com/api/js/ejtreeview#events:beforeedit) event will be triggered before the TreeView node change into editing mode.
{% highlight CSHTML %}
@@ -403,7 +403,7 @@ Also [beforeEdit](https://help.syncfusion.com/api/js/ejtreeview#events:beforeedi
## Selection
-You can select a specific node by using [selectedNode](http://help.syncfusion.com/js/api/ejtreeview#members:selectednode) property or [selectNode](http://help.syncfusion.com/js/api/ejtreeview#methods:selectnode) method. To get the selected status of a given TreeView node you have to use [isSelected](https://help.syncfusion.com/api/js/ejtreeview#methods:isselected) method.
+You can select a specific node by using [selectedNode](https://help.syncfusion.com/js/api/ejtreeview#members:selectednode) property or [selectNode](http://help.syncfusion.com/js/api/ejtreeview#methods:selectnode) method. To get the selected status of a given TreeView node you have to use [isSelected](https://help.syncfusion.com/api/js/ejtreeview#methods:isselected) method.
The [nodeClick](https://help.syncfusion.com/api/js/ejtreeview#events:nodeclick) event will be triggered whenever TreeView node is clicked. The [beforeSelect](https://help.syncfusion.com/api/js/ejtreeview#events:beforeselect) event will be triggered before the TreeView node is selected.
The [nodeSelect](https://help.syncfusion.com/api/js/ejtreeview#events:nodeselect)/[nodeUnselect](https://help.syncfusion.com/api/js/ejtreeview#events:nodeunselect) events will be triggered based on the TreeView node click operations.
diff --git a/aspnet-core/Upgrade/Upgrade-from-major-version-to-service-pack-version.md b/aspnet-core/Upgrade/Upgrade-from-major-version-to-service-pack-version.md
index 3de26e2f..cd67eefa 100644
--- a/aspnet-core/Upgrade/Upgrade-from-major-version-to-service-pack-version.md
+++ b/aspnet-core/Upgrade/Upgrade-from-major-version-to-service-pack-version.md
@@ -9,7 +9,7 @@ documentation: ug
# Upgrade from major version to service pack version
-Syncfusion provides a new Volume release once in every three months which has exciting new features. For that Volume release, there may be one or two Service Pack releases. The issues in the Volume release will be addressed in the Service Pack releases. You can download and install the latest Service Pack installer [here](https://www.syncfusion.com/downloads/latest-version).
+Syncfusion provides a new Volume release once in every three months which has exciting new features. For that Volume release, there may be one or two Service Pack releases. The issues in the Volume release will be addressed in the Service Pack releases. You can download and install the latest Service Pack installer [here](https://www.syncfusion.com/account/downloads).
It is not required to install the Volume release before installing the Service Pack release. As Volume and Service Packs releases works independently, you can directly install the latest Service Pack which contains major issue fixes.
\ No newline at end of file
diff --git a/aspnet-core/Upgrade/Upgrade-from-one-version-to-another-version.md b/aspnet-core/Upgrade/Upgrade-from-one-version-to-another-version.md
index 48a4ae3f..1ae5ee11 100644
--- a/aspnet-core/Upgrade/Upgrade-from-one-version-to-another-version.md
+++ b/aspnet-core/Upgrade/Upgrade-from-one-version-to-another-version.md
@@ -9,7 +9,7 @@ documentation: ug
# Upgrade from one version to another version.
-You can upgrade to the latest version by downloading and installing the platforms you require from [this](https://www.syncfusion.com/downloads/latest-version) link. After upgrading to the latest version, instead of upgrading your projects manually, you can use the Syncfusion Project Migration for migrating your projects.
+You can upgrade to the latest version by downloading and installing the platforms you require from [this](https://www.syncfusion.com/account/downloads) link. After upgrading to the latest version, instead of upgrading your projects manually, you can use the Syncfusion Project Migration for migrating your projects.
diff --git a/aspnet-core/Upgrade/how-to-upgrade.md b/aspnet-core/Upgrade/how-to-upgrade.md
index 12661ea1..9f47be7f 100644
--- a/aspnet-core/Upgrade/how-to-upgrade.md
+++ b/aspnet-core/Upgrade/how-to-upgrade.md
@@ -22,7 +22,7 @@ The most recent version of Syncfusion ASP.NET Core can be downloaded and install

-You can also upgrade to the latest version just by downloading and installing the products you require from [this](https://www.syncfusion.com/downloads/latest-version) link. The existing installed versions are not required to be uninstalled.
+You can also upgrade to the latest version just by downloading and installing the products you require from [this](https://www.syncfusion.com/account/downloads) link. The existing installed versions are not required to be uninstalled.
It is not required to install the Volume release before installing the Service Pack release. As releases for Volume and Service Packs work independently, you can install the latest version with major bug fixes directly.
diff --git a/aspnet-core/UploadBox/how-to.md b/aspnet-core/UploadBox/how-to.md
index 10324672..4490e7b4 100644
--- a/aspnet-core/UploadBox/how-to.md
+++ b/aspnet-core/UploadBox/how-to.md
@@ -96,4 +96,4 @@ The following code illustrates about how to render UploadBox inside the column
{% endhighlight %}
-Refer to the sample [here](http://www.syncfusion.com/downloads/support/directtrac/230884/ze/Grid_with_Uploadbox1479644797 )
\ No newline at end of file
+Refer to the sample [here](https://www.syncfusion.com/downloads/support/directtrac/230884/ze/Grid_with_Uploadbox1479644797)
\ No newline at end of file
diff --git a/aspnet-core/Visual-Studio-Integration/NuGet-Packages.md b/aspnet-core/Visual-Studio-Integration/NuGet-Packages.md
index ee5fe8f5..4fc0fa35 100644
--- a/aspnet-core/Visual-Studio-Integration/NuGet-Packages.md
+++ b/aspnet-core/Visual-Studio-Integration/NuGet-Packages.md
@@ -13,7 +13,7 @@ documentation: ug
From v16.2.0.46 (2018 Volume 2 Service Pack 1) onwards, all the Syncfusion components are available as NuGet packages at [nuget.org](https://www.nuget.org/profiles/SyncfusionInc).
-Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet package, you must include a license key in your projects. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key) to learn about registering Syncfusion license key in your ASP.NET Core application to use Syncfusion controls
+Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet package, you must include a license key in your projects. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering Syncfusion license key in your ASP.NET Core application to use Syncfusion controls
N> Starting from v17.1.0.32 (2018 Volume 1), Syncfusion will no longer publish NuGet packages at [nuget.syncfusion.com](https://nuget.syncfusion.com/).
@@ -35,7 +35,7 @@ The NuGet Package Manager can be used to search and install NuGet packages in th
3. The Syncfusion ASP.NET Core NuGet Packages are listed and available. Search and install the required packages in your application, by clicking the **Install** button.
-N> The Syncfusion NuGet packages are published in public [NuGet.org](https://www.nuget.org/) from v16.2.0.46. To Install earlier version of 16.2.0.46 Syncfusion NuGet packages, [configure Syncfusion private feed URL](https://help.syncfusion.com/aspnet-core/Visual-Studio-Integration/nuget-packages#syncfusion-nuget-feed-url-configuration).
+N> The Syncfusion NuGet packages are published in public [NuGet.org](https://www.nuget.org/) from v16.2.0.46. To Install earlier version of 16.2.0.46 Syncfusion NuGet packages, [configure Syncfusion private feed URL](https://help.syncfusion.com/aspnet-core/visual-studio-integration/nuget-packages#syncfusion-nuget-feed-url-configuration).
### Using Package Manager Console
@@ -118,7 +118,7 @@ The NuGet Command Line Interface (CLI), nuget.exe, provides the full extent of N
mono nuget.exe install “C:\Users\SyncfusionApplication\package.config”
~~~
-N> To Install earlier version of 16.2.0.46 Syncfusion NuGet packages, [configure Syncfusion private feed URL](https://help.syncfusion.com/aspnet-core/Visual-Studio-Integration/nuget-packages#syncfusion-nuget-feed-url-configuration).
+N> To Install earlier version of 16.2.0.46 Syncfusion NuGet packages, [configure Syncfusion private feed URL](https://help.syncfusion.com/aspnet-core/visual-studio-integration/nuget-packages#syncfusion-nuget-feed-url-configuration).
## Managing NuGet package using Dotnet CLI
@@ -148,7 +148,7 @@ The NuGet Command Line Interface (CLI), Dotnet.exe, provides the full extent of
dotnet restore
~~~
- To know more command about the dotnet CLI, refer [here](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet?tabs=netcore2x).
+ To know more command about the dotnet CLI, refer [here](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet?tabs=netcore2x).
## Upgrading NuGet packages
diff --git a/aspnet-core/Visual-Studio-Integration/Overview.md b/aspnet-core/Visual-Studio-Integration/Overview.md
index 215b1071..c2214362 100644
--- a/aspnet-core/Visual-Studio-Integration/Overview.md
+++ b/aspnet-core/Visual-Studio-Integration/Overview.md
@@ -15,11 +15,11 @@ I> The Syncfusion ASP.NET Core (Essential JS 1) menu option is available from v1
The Syncfusion provides the following extension supports in Visual Studio:
-1. [Create Project](https://help.syncfusion.com/aspnet-core/Visual-Studio-Integration/Visual-Studio-Extensions/Create-Project): Creates the Syncfusion ASP.NET Core (Essential JS 1) application by adding the required Essential JS 1 components.
-2. [Convert Project](https://help.syncfusion.com/aspnet-core/Visual-Studio-Integration/Visual-Studio-Extensions/Convert-Project): Converts an existing ASP.NET Core application into a Syncfusion ASP.NET Core (Essential JS 1) application by adding the required Syncfusion assemblies and resource files.
-3. [Upgrade Project](https://help.syncfusion.com/aspnet-core/Visual-Studio-Integration/Visual-Studio-Extensions/Upgrade-Project): Upgrades the existing Syncfusion ASP.NET Core (Essential JS 1) application from one Essential Studio version to another.
-4. [Create Samples](https://help.syncfusion.com/aspnet-core/Visual-Studio-Integration/Visual-Studio-Extensions/Create-Samples): Creates the Syncfusion ASP.NET Core (Essential JS1) application with the sample code of required controls and features.
-5. [Troubleshooting](https://help.syncfusion.com/aspnet-core/Visual-Studio-Integration/Visual-Studio-Extensions/Troubleshooting): Troubleshoots the project with the Syncfusion configuration and apply the fix like, wrong Framework Syncfusion assembly added to the project or missing any Syncfusion dependent assembly of a referred assembly.
+1. [Create Project](https://help.syncfusion.com/aspnet-core/visual-studio-integration/visual-studio-extensions/create-project): Creates the Syncfusion ASP.NET Core (Essential JS 1) application by adding the required Essential JS 1 components.
+2. [Convert Project](https://help.syncfusion.com/aspnet-core/visual-studio-integration/visual-studio-extensions/convert-project): Converts an existing ASP.NET Core application into a Syncfusion ASP.NET Core (Essential JS 1) application by adding the required Syncfusion assemblies and resource files.
+3. [Upgrade Project](https://help.syncfusion.com/aspnet-core/visual-studio-integration/visual-studio-extensions/upgrade-project): Upgrades the existing Syncfusion ASP.NET Core (Essential JS 1) application from one Essential Studio version to another.
+4. [Create Samples](https://help.syncfusion.com/aspnet-core/visual-studio-integration/visual-studio-extensions/create-samples): Creates the Syncfusion ASP.NET Core (Essential JS1) application with the sample code of required controls and features.
+5. [Troubleshooting](https://help.syncfusion.com/aspnet-core/visual-studio-integration/visual-studio-extensions/troubleshooting): Troubleshoots the project with the Syncfusion configuration and apply the fix like, wrong Framework Syncfusion assembly added to the project or missing any Syncfusion dependent assembly of a referred assembly.
**No project selected in Visual Studio**
diff --git a/aspnet-core/Visual-Studio-Integration/Visual-Studio-Extensions/Convert-Project.md b/aspnet-core/Visual-Studio-Integration/Visual-Studio-Extensions/Convert-Project.md
index 5771380c..9efa8356 100644
--- a/aspnet-core/Visual-Studio-Integration/Visual-Studio-Extensions/Convert-Project.md
+++ b/aspnet-core/Visual-Studio-Integration/Visual-Studio-Extensions/Convert-Project.md
@@ -61,4 +61,4 @@ The following steps help you use the Syncfusion Project conversion in the existi

-6. If you installed the trial setup or NuGet packages from nuget.org you have to register the Syncfusion license key to your project since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key#how-to-generate-syncfusion-license-key) 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?_ga=2.11237684.1233358434.1587355730-230058891.1567654773) post for understanding the licensing changes introduced in Essential Studio.
\ No newline at end of file
+6. If you installed the trial setup or NuGet packages from nuget.org you have to register the Syncfusion license key to your project since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/overview#how-to-generate-syncfusion-license-key) 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?_ga=2.11237684.1233358434.1587355730-230058891.1567654773) post for understanding the licensing changes introduced in Essential Studio.
\ No newline at end of file
diff --git a/aspnet-core/Visual-Studio-Integration/Visual-Studio-Extensions/Create-Project.md b/aspnet-core/Visual-Studio-Integration/Visual-Studio-Extensions/Create-Project.md
index 65d0c249..b21aa3ec 100644
--- a/aspnet-core/Visual-Studio-Integration/Visual-Studio-Extensions/Create-Project.md
+++ b/aspnet-core/Visual-Studio-Integration/Visual-Studio-Extensions/Create-Project.md
@@ -65,7 +65,7 @@ Use the following steps to create the **Syncfusion ASP.NET Core (Essential JS 1)

-6. Then, Syncfusion licensing registration required message box will be shown, if you installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. 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, if you installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. 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://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.

diff --git a/aspnet-core/Visual-Studio-Integration/Visual-Studio-Extensions/Troubleshooting.md b/aspnet-core/Visual-Studio-Integration/Visual-Studio-Extensions/Troubleshooting.md
index e1d9ae3e..becf3ef4 100644
--- a/aspnet-core/Visual-Studio-Integration/Visual-Studio-Extensions/Troubleshooting.md
+++ b/aspnet-core/Visual-Studio-Integration/Visual-Studio-Extensions/Troubleshooting.md
@@ -99,6 +99,6 @@ The Syncfusion Troubleshooter deals with the following Script file related issue

-4. Then, Syncfusion licensing registration required message box will be shown, if you installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. 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.
+4. Then, Syncfusion licensing registration required message box will be shown, if you installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. 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://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.

\ No newline at end of file
diff --git a/aspnet-core/Visual-Studio-Integration/Visual-Studio-Extensions/Upgrade-Project.md b/aspnet-core/Visual-Studio-Integration/Visual-Studio-Extensions/Upgrade-Project.md
index b2588b01..77a2d73e 100644
--- a/aspnet-core/Visual-Studio-Integration/Visual-Studio-Extensions/Upgrade-Project.md
+++ b/aspnet-core/Visual-Studio-Integration/Visual-Studio-Extensions/Upgrade-Project.md
@@ -47,4 +47,4 @@ Use the following steps to migrate your existing Syncfusion ASP.NET Core Web App
5. The Syncfusion NuGet packages, Scripts, and CSS are updated to the corresponding version in the project.
-6. If you installed the trial setup or NuGet packages from nuget.org you have to register the Syncfusion license key to your project since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key#how-to-generate-syncfusion-license-key) 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?_ga=2.11237684.1233358434.1587355730-230058891.1567654773) post for understanding the licensing changes introduced in Essential Studio.
\ No newline at end of file
+6. If you installed the trial setup or NuGet packages from nuget.org you have to register the Syncfusion license key to your project since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/overview#how-to-generate-syncfusion-license-key) 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?_ga=2.11237684.1233358434.1587355730-230058891.1567654773) post for understanding the licensing changes introduced in Essential Studio.
\ No newline at end of file
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 7/7] 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 %}