Skip to content

Commit a2ace39

Browse files
SEO-172685-asp-net-core-redirection-tool-fixes-3
1 parent aabc694 commit a2ace39

25 files changed

+92
-92
lines changed

aspnet-core/ReportViewer/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The report viewer is a visualization control to view the Microsoft RDL/RDLC form
1414
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.
1515

1616
## Environment setup
17-
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.
17+
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.
1818

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

aspnet-core/ReportWriter/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The report writer is a class library that is used to export the RDL/RDLC report
1313

1414

1515
## Environment setup
16-
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.
16+
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.
1717

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

aspnet-core/Ribbon/Appearance-and-Styling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords: appearance and styling,ribbon appearance and styling
1111

1212
## Themes
1313

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

1616
To apply styles refer to two files namely
1717

aspnet-core/Ribbon/Application-Tab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Set the UL element `Id` to `MenuItemID` property to create Application Menu and
7272

7373
### _Binding Data Source_
7474

75-
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`.
75+
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`.
7676

7777
{% highlight html %}
7878

aspnet-core/Ribbon/Globalizationandlocalization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ More Commands...</td></tr>
4545

4646
N> By default, the Ribbon control is localized in `en-US` culture.
4747

48-
For further information on – how to refer the required culture scripts into your application, refer [`here`](http://help.syncfusion.com/js/localization).
48+
For further information on – how to refer the required culture scripts into your application, refer [`here`](https://help.syncfusion.com/js/localization).
4949

5050
{% highlight CSHTML %}
5151

aspnet-core/RichTextEditor/Image-and-File-browser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ You can also define the ajax action in controller page and map the corresponding
136136

137137
{% endhighlight %}
138138

139-
Refer [here](http://www.syncfusion.com/downloads/support/forum/144048/ze/RTE_ImageBrowser-1950248249) for sample.
139+
Refer [here](https://www.syncfusion.com/downloads/support/forum/144048/ze/RTE_ImageBrowser-1950248249) for sample.
140140

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

aspnet-core/RichTextEditor/User-Interface.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ However, in most integrations, it's desirable to change the toolbar configuratio
2020
<th> Description <br/><br/></th>
2121
</tr>
2222
<tr>
23-
<td> {{'[toolsList](http://help.syncfusion.com/js/api/ejrte#members:toolslist)'| markdownify }} <br/><br/></td>
23+
<td> {{'[toolsList](https://help.syncfusion.com/js/api/ejrte#members:toolslist)'| markdownify }} <br/><br/></td>
2424
<td> The toolsList option allows you to choose which tools appear on the toolbar, as well as the order and grouping of those items <br/><br/></td>
2525
</tr>
2626
<tr>
27-
<td> {{'[tools](http://help.syncfusion.com/js/api/ejrte#members:tools)'| markdownify }} <br/><br/></td>
27+
<td> {{'[tools](https://help.syncfusion.com/js/api/ejrte#members:tools)'| markdownify }} <br/><br/></td>
2828
<td> 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.<br/><br/></td>
2929
</tr>
3030
</table>
3131

3232
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. <BR>
33-
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 }}
33+
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 }}
3434

3535
## Toolbar Items
3636

aspnet-core/RichTextEditor/Working-with-Content.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ attrib.Add("style", "background-color:#e0ffff;color:#6495ed;");
3535

3636
{% endhighlight %}
3737

38-
N> Background image for the RTE control : {{'[Link](http://jsplayground.syncfusion.com/Sync_cpaoqshs)'| markdownify }} <BR>
38+
N> Background image for the RTE control : {{'[Link](https://jsplayground.syncfusion.com/Sync_cpaoqshs)'| markdownify }} <BR>
3939

4040
## Adding CSS File
4141

@@ -127,7 +127,7 @@ The ContentEditable attribute allows you to make any element of HTML content to
127127

128128
{% endhighlight %}
129129

130-
N> Content editable is fully compatible with latest browsers, to know more details, see [here](http://www.w3schools.com/tags/att_global_contenteditable.asp#).
130+
N> Content editable is fully compatible with latest browsers, to know more details, see [here](https://www.w3schools.com/tags/att_global_contenteditable.asp).
131131

132132
## Submit Content
133133

@@ -199,7 +199,7 @@ When you move the editor’s wrapper element into another DOM element, the edito
199199

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

202-
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#).
202+
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).
203203

204204
{% highlight CSHTML %}
205205

aspnet-core/RichTextEditor/Working-with-Lists.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The editor provides tools to makes your content as list such as an ordered and u
1313

1414
## Create a Lists
1515

16-
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.
16+
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.
1717

1818
{% highlight CSHTML %}
1919

@@ -37,15 +37,15 @@ By default, [Insert Lists](http://help.syncfusion.com/js/api/ejrte#members:tools
3737

3838
## Custom Lists
3939

40-
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.
40+
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.
4141

4242
* [Insert a customOrderedList](#insert-a-customOrderedList)
4343
* [Insert a customUnorderedList](#insert-a-customUnorderedList)
4444

4545

4646
### Insert a customOrderedList
4747

48-
you need to enable [customOrderedList](http://help.syncfusion.com/js/api/ejrte#members:tools-customOrderedList) tool on the editor’s toolbar.
48+
you need to enable [customOrderedList](https://help.syncfusion.com/js/api/ejrte#members:tools-customOrderedList) tool on the editor’s toolbar.
4949

5050
The customOrderedList having below options for an ordered list customization.
5151

@@ -91,7 +91,7 @@ Summary<br/><br/></th></tr>
9191

9292
### Insert a customUnorderedList
9393

94-
you need to enable [customUnorderedList](http://help.syncfusion.com/js/api/ejrte#members:tools-customUnorderedList) tool on the editor’s toolbar.
94+
you need to enable [customUnorderedList](https://help.syncfusion.com/js/api/ejrte#members:tools-customUnorderedList) tool on the editor’s toolbar.
9595

9696
The customUnorderedList having below options for an unordered list customization.
9797

aspnet-core/RichTextEditor/Working-with-Selection.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The editor control provides option to select the all content and in addition to
1212

1313
## Select All
1414

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

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

@@ -39,7 +39,7 @@ N> the selection highlight is invisible if the editor does not have focus. So, i
3939

4040
## Select a Range
4141

42-
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.
42+
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.
4343

4444
{% highlight CSHTML %}
4545

@@ -79,8 +79,8 @@ You can programmatically select a range of content in the editor using the [sele
7979

8080
The following public methods helps you to retrieve the selected content from the editor:
8181

82-
* [getText](http://help.syncfusion.com/js/api/ejrte#methods:gettext) method is used to get the currently selected content as raw text.
83-
* [getSelectedHtml](http://help.syncfusion.com/js/api/ejrte#methods:getselectedhtml) method is used to get the HTML source of currently selected content.
82+
* [getText](https://help.syncfusion.com/js/api/ejrte#methods:gettext) method is used to get the currently selected content as raw text.
83+
* [getSelectedHtml](https://help.syncfusion.com/js/api/ejrte#methods:getselectedhtml) method is used to get the HTML source of currently selected content.
8484

8585
{% highlight CSHTML %}
8686

0 commit comments

Comments
 (0)