Skip to content

Commit 1b55d0b

Browse files
Merge pull request #349 from syncfusion-content/SEO-172685-asp-net-core-redirection-tool-fixes
Merged #349 into hotfix
2 parents aabc694 + c139bcc commit 1b55d0b

27 files changed

+71
-71
lines changed

aspnet-core/Accordion/Keyboard-Navigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Shortcut Key</th><th>
1818
Description</th></tr>
1919
<tr>
2020
<td>
21-
{{ '[Access key](http://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j </td><td>
21+
{{ '[Access key](https://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j </td><td>
2222
Focuses into the accordion control</td></tr>
2323
<tr>
2424
<td>

aspnet-core/Autocomplete/Data-Binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ The below following types are used to bind remote datasource to an AutoComplete
198198

199199
### OData
200200

201-
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.
201+
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.
202202

203203

204204
{% highlight html %}

aspnet-core/Autocomplete/How-To.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The following screenshot exhibits the output of the above code.
6767

6868
## URL,Web API adaptor server side filtering
6969

70-
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.
70+
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.
7171

7272
This change is applicable for all operations that needs to fetch altered data from Data source like filter, search etc.
7373

aspnet-core/Autocomplete/Keyboard-Interaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Shortcut Key</th><th>
2020
Description</th></tr>
2121
<tr>
2222
<td>
23-
{{ '[Access key](http://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j </td><td>
23+
{{ '[Access key](https://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j </td><td>
2424
Focuses into the AutoComplete text box</td></tr>
2525
<tr>
2626
<td>

aspnet-core/Autocomplete/Validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation: ug
1111

1212
You can validate the Autocomplete `value` on form submission by applying `validation-rules` and `validation-message` to the Autocomplete.
1313

14-
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).
14+
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).
1515

1616
## Validation Rules
1717

aspnet-core/CheckBox/Easy-customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Checkbox in binary states
5757

5858
## Enable Tri-State
5959

60-
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.
60+
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.
6161

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

aspnet-core/CurrencyTextBox/Keyboard-Interaction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Shortcut Key</th><th>
2020
Description</th></tr>
2121
<tr>
2222
<td>
23-
{{ '[Access key](http://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j</td><td>
23+
{{ '[Access key](https://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j</td><td>
2424
Focuses the control</td></tr>
2525
<tr>
2626
<td>
@@ -55,7 +55,7 @@ currencyAttribute.Add("accesskey", "j");
5555

5656
{% endhighlight %}
5757

58-
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.
58+
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.
5959

6060

6161
![](Keyboard-Interaction_images/Keyboard-Interaction_img1.png)

aspnet-core/DataManager/Data-Binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ The result of the above code example is illustrated as follows.
169169

170170
## OData V4
171171

172-
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/).
172+
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/).
173173

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

aspnet-core/DatePicker/Behavior-Settings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ N> You can change the **MinDate** and **MaxDate** value dynamically like **Value
5252

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

55-
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.
55+
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.
5656

5757
* "Month" - shows the days in month to pick.
5858
* "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
7979

8080
## Display Inline Mode
8181

82-
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.
82+
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.
8383
Refer below code example to represent DatePicker as calendar.
8484

8585
{% highlight cshtml %}
@@ -103,7 +103,7 @@ Refer below code example to represent DatePicker as calendar.
103103

104104
## Strict Mode
105105

106-
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.
106+
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.
107107

108108
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
109109

aspnet-core/DatePicker/Customization.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Essential ASP.NET Core DatePicker appearance can be customized using below l
1212

1313
## Set Dimension
1414

15-
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.
15+
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.
1616

1717

1818
{% highlight cshtml %}
@@ -63,7 +63,7 @@ Since Essential ASP.NET Core DatePicker is a form control and you can make it as
6363

6464
## Show Footer
6565

66-
You can show or hide the footer of EJMVC DatePicker calendar by using [ShowFooter](http://help.syncfusion.com/js/api/ejdatepicker#members:showfooter) property.
66+
You can show or hide the footer of EJMVC DatePicker calendar by using [ShowFooter](https://help.syncfusion.com/js/api/ejdatepicker#members:showfooter) property.
6767

6868
{% highlight cshtml %}
6969

@@ -91,7 +91,7 @@ N> Footer contains the today button to quickly navigate to the current date. By
9191

9292
## Show Popup Button
9393

94-
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.
94+
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.
9595

9696
By hiding this button, you can open the DatePicker by focusing the input textbox element itself.
9797

@@ -119,7 +119,7 @@ By hiding this button, you can open the DatePicker by focusing the input textbox
119119

120120
## Show Other Months
121121

122-
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.
122+
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.
123123

124124
{% highlight cshtml %}
125125

@@ -144,7 +144,7 @@ You can show or hide the other month days from the Essential ASP.NET Core DatePi
144144

145145
## Highlight Special Date
146146

147-
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.
147+
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.
148148

149149
Special Date property has following properties,
150150

0 commit comments

Comments
 (0)