Skip to content

Commit 3d99154

Browse files
committed
883147: Redirect link was corrected.
1 parent 6e7c3eb commit 3d99154

File tree

15 files changed

+23
-23
lines changed

15 files changed

+23
-23
lines changed

ej2-asp-core-mvc/EJ2_ASP.MVC/system-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To get start with ASP.NET MVC application, need to ensure the following software
1414

1515
## Integrated Development Environment (IDE)
1616

17-
ASP.NET MVC Applications can be developed using one of the following IDEs. You can also develop using [.NET CLI](https://docs.microsoft.com/en-us/dotnet/core/tools/) without below IDEs.
17+
ASP.NET MVC Applications can be developed using one of the following IDEs. You can also develop using [.NET CLI](https://learn.microsoft.com/en-us/dotnet/core/tools/) without below IDEs.
1818

1919
* [Visual Studio 2022](https://visualstudio.microsoft.com/vs/)
2020
* [Visual Studio 2019](https://visualstudio.microsoft.com/vs/older-downloads/)

ej2-asp-core-mvc/signature/EJ2_ASP.MVC/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ Now, add the Syncfusion ASP.NET MVC Signature control in `~/Views/Home/Index.csh
9797

9898
Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to run the app. Then, the Syncfusion ASP.NET MVC Signature control will be rendered in the default web browser.
9999

100-
![ASP.NET MVC Signature Control](images/default.PNG)
100+
![ASP.NET MVC Signature Control](images/default.png)
101101

102102
N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Getting-Started-Examples/tree/main/Signature/ASP.NET%20MVC%20Razor%20Examples).

ej2-asp-core-mvc/split-button/EJ2_ASP.MVC/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public ActionResult Index()
116116

117117
Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to run the app. Then, the Syncfusion ASP.NET MVC Split Button control will be rendered in the default web browser.
118118

119-
![ASP.NET MVC Split Button Control](images/split-button.PNG)
119+
![ASP.NET MVC Split Button Control](images/split-button.png)
120120

121121
N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Getting-Started-Examples/tree/main/SplitButton/ASP.NET%20MVC%20Razor%20Examples).
122122

ej2-asp-core-mvc/split-button/how-to/group-items-in-popup.md

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

1212
# Group items in Popup
1313

14-
Grouped items are possible in SplitButton by templating entire popup with ListView. Check ListView [`grouping`](../list-view/grouping#grouping) and create such items. Create ListView with id `listview` and provide element of the ListView as target of SplitButton to render it in popup area.
14+
Grouped items are possible in SplitButton by templating entire popup with ListView. Check ListView [`grouping`](https://ej2.syncfusion.com/aspnetmvc/documentation/listview/grouping) and create such items. Create ListView with id `listview` and provide element of the ListView as target of SplitButton to render it in popup area.
1515

1616
In this following example, ListView is created and its element is set as [`target`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.SplitButtons.SplitButton.html#Syncfusion_EJ2_SplitButtons_SplitButton_Target) for SplitButton.
1717

ej2-asp-core-mvc/splitter/EJ2_ASP.MVC/different-layouts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,4 +263,4 @@ Once the above configurations has been completed, you will get the output like [
263263

264264
## See Also
265265

266-
[Multiple panes in Splitter](./split-panes/)
266+
[Multiple panes in Splitter](https://ej2.syncfusion.com/aspnetmvc/documentation/splitter/split-panes)

ej2-asp-core-mvc/splitter/EJ2_ASP.MVC/split-panes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Output be like the below.
255255

256256
## See Also
257257

258-
* [Resizable split panes](./resizing/)
259-
* [Collapsible panes](./expand-and-collapse/)
260-
* [Define size to a panes](./pane-sizing/ )
261-
* [Specify content to a panes](./pane-content/)
258+
* [Resizable split panes](https://ej2.syncfusion.com/aspnetmvc/documentation/splitter/resizing)
259+
* [Collapsible panes](https://ej2.syncfusion.com/aspnetmvc/documentation/splitter/expand-and-collapse)
260+
* [Define size to a panes](https://ej2.syncfusion.com/aspnetmvc/documentation/splitter/pane-sizing )
261+
* [Specify content to a panes](https://ej2.syncfusion.com/aspnetmvc/documentation/splitter/pane-content)

ej2-asp-core-mvc/spreadsheet/EJ2_ASP.MVC/getting-started-mvc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Now, add the Syncfusion ASP.NET MVC Spreadsheet control in `~/Views/Home/Index.c
9797

9898
Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to run the app. Then, the Syncfusion ASP.NET MVC Spreadsheet control will be rendered in the default web browser.
9999

100-
![ASP.NET MVC Spreadsheet Control](images/spreadsheet.PNG)
100+
![ASP.NET MVC Spreadsheet Control](images/spreadsheet.png)
101101

102102
N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Getting-Started-Examples/tree/main/Spreadsheet/ASP.NET%20MVC%20Razor%20Examples).
103103

ej2-asp-core-mvc/spreadsheet/sort.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The custom sort dialog helps sorting multiple columns in the selected range by u
113113

114114
You can add multiple criteria using the `Add Column` button at the bottom of the dialog. Thus, multiple columns can be specified with different sort order. The newly added sort criteria items can be removed using the `delete` icons at the end of each items.
115115

116-
You can refer to the [`Data contains header`](./sort/#data-contains-header) topic to learn more about `Data contains header` checkbox. To learn more about `Case sensitive` checkbox, you can refer to [`Case sensitive sort`](./sort/#case-sensitive-sort) topic.
116+
You can refer to the [`Data contains header`](https://ej2.syncfusion.com/aspnetmvc/documentation/spreadsheet/sort#data-contains-header) topic to learn more about `Data contains header` checkbox. To learn more about `Case sensitive` checkbox, you can refer to [`Case sensitive sort`](https://ej2.syncfusion.com/aspnetmvc/documentation/spreadsheet/sort#case-sensitive-sort) topic.
117117

118118
### Passing sort criteria manually
119119

ej2-asp-core-mvc/tab/EJ2_ASP.MVC/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Now, add the Syncfusion ASP.NET MVC Tab control in `~/Views/Home/Index.cshtml` p
100100

101101
Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to run the app. Then, the Syncfusion ASP.NET MVC Tab control will be rendered in the default web browser.
102102

103-
![ASP.NET MVC Tab Control](images/gettingstarted.PNG)
103+
![ASP.NET MVC Tab Control](images/gettingstarted.png)
104104

105105
## Initialize the Tab using JSON items collection
106106

@@ -155,4 +155,4 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Get
155155

156156
## See also
157157

158-
* [How to load tab with DataSource](./how-to/load-tab-with-data-source/)
158+
* [How to load tab with DataSource](https://ej2.syncfusion.com/aspnetmvc/documentation/tab/how-to/load-tab-with-data-source)

ej2-asp-core-mvc/textbox/EJ2_ASP.MVC/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (m
101101

102102
## Adding icons to the TextBox
103103

104-
You can create a TextBox with icon as a group by creating the parent div element with the class `e-input-group` and add the icon element as span with the class `e-input-group-icon`. For detailed information, refer to the [Groups](./groups/) section.
104+
You can create a TextBox with icon as a group by creating the parent div element with the class `e-input-group` and add the icon element as span with the class `e-input-group-icon`. For detailed information, refer to the [Groups](https://ej2.syncfusion.com/aspnetmvc/documentation/textbox/groups) section.
105105

106106
{% tabs %}
107107
{% highlight razor tabtitle="CSHTML" %}

ej2-asp-core-mvc/timepicker/EJ2_ASP.MVC/globalization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ documentation: ug
1111

1212
# Globalization
1313

14-
Globalization is the combination of internalization and localization. You can adapt the component to various languages by parsing and formatting the date or number [internationalization](../common/internationalization/) and also add culture specific customization and translation to the text [localization](../common/localization/).
14+
Globalization is the combination of internalization and localization. You can adapt the component to various languages by parsing and formatting the date or number [internationalization](https://ej2.syncfusion.com/aspnetmvc/documentation/common/internationalization) and also add culture specific customization and translation to the text [localization](https://ej2.syncfusion.com/aspnetmvc/documentation/common/localization).
1515

16-
By default, TimePicker time format and meridian names are specific to the `American English` culture. It utilizes the [Essential JavaScript 2 Internationalization](../common/internationalization) package to parse and format the date object based on the culture by using the official [UNICODE CLDR](http://cldr.unicode.org/) JSON data. It provides the `loadCldr` method to load culture specific CLDR JSON data.
16+
By default, TimePicker time format and meridian names are specific to the `American English` culture. It utilizes the [Essential JavaScript 2 Internationalization](../common/internationalization) package to parse and format the date object based on the culture by using the official [UNICODE CLDR](https://cldr.unicode.org/) JSON data. It provides the `loadCldr` method to load culture specific CLDR JSON data.
1717

1818
* Set the culture by using the [locale](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Calendars.TimePicker.html#Syncfusion_EJ2_Calendars_TimePicker_Locale) property.
1919

ej2-asp-core-mvc/toast/EJ2_ASP.MVC/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Get
105105

106106
* [Real time example using Toast](https://ej2.syncfusion.com/aspnetmvc/Toast/Template#/material)
107107

108-
* [How to close the toast with click/tap](./how-to/close-the-toast-with-click-tap/)
108+
* [How to close the toast with click/tap](https://ej2.syncfusion.com/aspnetmvc/documentation/toast/how-to/close-the-toast-with-click-tap)
109109

110-
* [How to prevent duplicate toast display](./how-to/prevent-duplicate-toast-display/)
110+
* [How to prevent duplicate toast display](https://ej2.syncfusion.com/aspnetmvc/documentation/toast/how-to/prevent-duplicate-toast-display)
111111

112-
* [How to show different types of toast](./how-to/show-different-types-of-toast/)
112+
* [How to show different types of toast](https://ej2.syncfusion.com/aspnetmvc/documentation/toast/how-to/show-different-types-of-toast)

ej2-asp-core-mvc/toolbar/EJ2_ASP.MVC/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Now, add the Syncfusion ASP.NET MVC Toolbar control in `~/Views/Home/Index.cshtm
9797

9898
Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to run the app. Then, the Syncfusion ASP.NET MVC Toolbar control will be rendered in the default web browser.
9999

100-
![ASP.NET MVC Toolbar Control](images/gettingstarted.PNG)
100+
![ASP.NET MVC Toolbar Control](images/gettingstarted.png)
101101

102102
## Render the Toolbar items using content template
103103

@@ -118,7 +118,7 @@ public ActionResult Index()
118118
{% endhighlight %}
119119
{% endtabs %}
120120

121-
![ASP.NET MVC Toolbar with Content Template](images/contenttemplate.PNG)
121+
![ASP.NET MVC Toolbar with Content Template](images/contenttemplate.png)
122122

123123
N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Getting-Started-Examples/tree/main/Toolbar/ASP.NET%20MVC%20Razor%20Examples).
124124

ej2-asp-core-mvc/tooltip/EJ2_ASP.MVC/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Now, add the Syncfusion ASP.NET MVC Tooltip control in `~/Views/Home/Index.cshtm
9999

100100
Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to run the app. Then, the Syncfusion ASP.NET MVC Tooltip control will be rendered in the default web browser.
101101

102-
![ASP.NET MVC Tooltip Control](images/tooltip.PNG)
102+
![ASP.NET MVC Tooltip Control](images/tooltip.png)
103103

104104
## Initialize Tooltip within a container
105105

ej2-asp-core-mvc/treeview/EJ2_ASP.MVC/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ public ActionResult Index()
263263

264264
Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to run the app. Then, the Syncfusion ASP.NET MVC TreeView control will be rendered in the default web browser.
265265

266-
![ASP.NET MVC TreeView Control](images/binding-self.PNG)
266+
![ASP.NET MVC TreeView Control](images/binding-self.png)
267267

268268
N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Getting-Started-Examples/tree/main/TreeView/ASP.NET%20MVC%20Razor%20Examples).
269269

0 commit comments

Comments
 (0)