Skip to content

Commit 6d2728d

Browse files
Merge pull request #3006 from syncfusion-content/883147-brokenlinks
883147: Redirect link resolved.
2 parents 839139f + 4331b61 commit 6d2728d

File tree

74 files changed

+181
-186
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+181
-186
lines changed

ej2-asp-core-mvc/EJ2_ASP.MVC/appearance/theme-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You can download the custom styles after customizing the theme colors.
5454

5555
![download-icon](images/download-icon.png)
5656

57-
**Step 2:** Assign a theme name in the File Name field and click the Download button. If your application uses both Essential JS 1 and Essential JS 2 controls, then select the Include compatibility css check box before downloading the theme. This option will generate the custom theme for Essential JS 2 compatibility styles, which are compatible as Essential JS 1 styles. Refer this [link](../common/compatible-with-essential-JS1/) for more details about Essential JS 1 and Essential JS 2 compatibility.
57+
**Step 2:** Assign a theme name in the File Name field and click the Download button. If your application uses both Essential JS 1 and Essential JS 2 controls, then select the Include compatibility css check box before downloading the theme. This option will generate the custom theme for Essential JS 2 compatibility styles, which are compatible as Essential JS 1 styles. Refer this [link](https://ej2.syncfusion.com/aspnetmvc/documentation/common/compatible-with-essentialjs1) for more details about Essential JS 1 and Essential JS 2 compatibility.
5858

5959
![download-dialog](images/download-dialog.png)
6060

@@ -2620,4 +2620,4 @@ Design based on bootstrap 3 theme.
26202620
</td>
26212621
</tr>
26222622
</tbody>
2623-
</table>
2623+
</table>

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/accordion/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 Accordion control in `~/Home/Index.cshtml` p
9797

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

100-
![ASP.NET MVC Accordion Control](images/accordion-control.PNG)
100+
![ASP.NET MVC Accordion Control](images/accordion-control.png)
101101

102102
## Render the Accordion using content template
103103

@@ -137,7 +137,7 @@ public class LineChartData
137137
{% endhighlight %}
138138
{% endtabs %}
139139

140-
![ASP.NET MVC Accordion with Content Template](images/accordion-template.PNG)
140+
![ASP.NET MVC Accordion with Content Template](images/accordion-template.png)
141141

142142
You can also render accordion without using `ContentTemplate` which can be referred [here](https://ej2.syncfusion.com/aspnetmvc/documentation/accordion/how-to/set-the-nested-accordion).
143143

ej2-asp-core-mvc/accordion/how-to/set-the-nested-accordion.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ Accordion supports to render `nested` level of Accordion by using content proper
3333
{% endtabs %}
3434
{% endif %}
3535

36-
37-
![Alt text](../images/nested.PNG)
36+
![Alt text](../images/nested.png)
3837

3938
N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-Core-UG-Examples/tree/main/Accordion/AccordionUGSamples).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Get
167167

168168
## See also
169169

170-
* [How to bind the data](./data-binding/)
170+
* [How to bind the data](https://ej2.syncfusion.com/aspnetmvc/documentation/auto-complete/data-binding)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Now, add the Syncfusion ASP.NET MVC Avatar control in `~/Home/Index.cshtml` page
5353

5454
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 Avatar control will be rendered in the default web browser.
5555

56-
![ASP.NET MVC Avatar Control](images/avatar.PNG)
56+
![ASP.NET MVC Avatar Control](images/avatar.png)
5757

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Use [Items](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Navigati
107107

108108
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 Breadcrumb control will be rendered in the default web browser.
109109

110-
![ASP.NET MVC Breadcrumb Control](images/items.PNG)
110+
![ASP.NET MVC Breadcrumb Control](images/items.png)
111111

112112
## Enable or Disable Navigation
113113

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

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

1212
# Globalization in ##Platform_Name## Calendar Control
1313

14-
Globalization is the combination of adapting the control to various languages by means of parsing and formatting the date or number [Internationalization](../common/internationalization/) and also by adding cultural specific customizations and translating the text [localization](../common/localization/).
14+
Globalization is the combination of adapting the control to various languages by means of parsing and formatting the date or number [Internationalization](../common/internationalization) and also by adding cultural specific customizations and translating the text [localization](https://ej2.syncfusion.com/aspnetmvc/documentation/common/localization).
1515

16-
By default, Calendar date format, week and month names are specific to American English culture. It utilizes the [Essential JavaScript 2 Internationalization](http://ej2.syncfusion.com/documentation/base/internationalization/) package to parse and format the date object based on the culture by uses the official [UNICODE CLDR](http://cldr.unicode.org/) JSON data.
16+
By default, Calendar date format, week and month names are specific to American English culture. It utilizes the [Essential JavaScript 2 Internationalization](https://ej2.syncfusion.com/aspnetmvc/documentation/common/internationalization) package to parse and format the date object based on the culture by uses the official [UNICODE CLDR](https://cldr.unicode.org/) JSON data.
1717

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

@@ -115,5 +115,4 @@ The following example demonstrates the Calendar in `Arabic` culture with Right-T
115115
{% endhighlight %}
116116
{% highlight c# tabtitle="Rtl.cs" %}
117117
{% endhighlight %}{% endtabs %}
118-
{% endif %}
119-
118+
{% endif %}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (m
5959

6060
You can create Card with a header in a specific structure. For adding header you need to create a `div` element with `e-card-header` class added.
6161

62-
* You can include heading inside the Card header by adding a `div` element with `e-card-header-caption` class, and also content will be added by adding element with `e-card-content`. For detailed information, refer to the [Header and Content](./header-content/).
62+
* You can include heading inside the Card header by adding a `div` element with `e-card-header-caption` class, and also content will be added by adding element with `e-card-content`. For detailed information, refer to the [Header and Content](https://ej2.syncfusion.com/aspnetmvc/documentation/card/header-content).
6363

6464
```html
6565
<div class = "e-card"> --> Root Element
@@ -78,11 +78,11 @@ You can create Card with a header in a specific structure. For adding header you
7878
{% endhighlight %}
7979
{% endtabs %}
8080

81-
![ASP.NET MVC Card](images/card-control.PNG)
81+
![ASP.NET MVC Card](images/card-control.png)
8282

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

8585
## See also
8686

8787
* [Real time example using Card](https://ej2.syncfusion.com/aspnetmvc/Kanban/Workflow#/material)
88-
* [How to add a header and content](./header-content/)
88+
* [How to add a header and content](https://ej2.syncfusion.com/aspnetmvc/documentation/card/header-content)

ej2-asp-core-mvc/check-box/EJ2_ASP.MVC/getting-started.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 CheckBox control in `~/Home/Index.cshtml` pa
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 CheckBox control will be rendered in the default web browser.
9999

100-
![ASP.NET MVC CheckBox Control](images/check-box.PNG)
100+
![ASP.NET MVC CheckBox Control](images/check-box.png)
101101

102102
## Change the CheckBox state
103103

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

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

9797
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 ColorPicker control will be rendered in the default web browser.
9898

99-
![ASP.NET MVC ColorPicker Control](images/color-picker.PNG)
99+
![ASP.NET MVC ColorPicker Control](images/color-picker.png)
100100

101101
## Inline type
102102

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Get
148148

149149
## See also
150150

151-
* [How to bind the data](./data-binding/)
151+
* [How to bind the data](https://ej2.syncfusion.com/aspnetmvc/documentation/combo-box/data-binding)

ej2-asp-core-mvc/common/EJ2_ASP.MVC/adding-script-references.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,15 @@ Scripts and style sheets of Syncfusion ASP.NET MVC controls can be included in a
9696

9797
#### Installing NPM packages in ASP.NET MVC Web Application
9898

99-
1.Open the Source Explorer and right click the application name. Then, select “**Add New Item**” menu item to open the “**Add New Item**” window.
99+
1.Open the Source Explorer and right click the application name. Then, select “**Add New Item**” menu item to open the “**Add New Item**” window.
100100

101101
![Add New Item Window](images/add-new-item.png)
102102

103-
2.Select “**Web**” on the left side Tree View and select “**npm configuration File**” in “**Add New Item**” window which will include and configure “**package.json**” file in root folder of the ASP.NET MVC web application.
103+
2.Select “**Web**” on the left side Tree View and select “**npm configuration File**” in “**Add New Item**” window which will include and configure “**package.json**” file in root folder of the ASP.NET MVC web application.
104104

105105
![Adding package.json](images/add-package-json.png)
106106

107-
3.Open the Source Explorer and right click on the application name. Then, select “**Open Folder in File Explorer**”.
107+
3.Open the Source Explorer and right click on the application name. Then, select “**Open Folder in File Explorer**”.
108108

109109
4.Open the Command Prompt for this location and install the required Syncfusion packages using “**npm install @syncfusion/{PACKAGE_NAME} --save**
110110

@@ -133,7 +133,7 @@ By using either one of the following methods, Client-Side Resource can be loaded
133133

134134
#### Copying by Gulp
135135

136-
Install required Syncfusion ASP.NET MVC control packages as mentioned in “[**Installing NPM Packages in ASP.NET MVC Web Application**](#installing-npm-packages-in-aspnet-mvc-web-application)”.
136+
Install required Syncfusion ASP.NET MVC control packages as mentioned in “[**Installing NPM Packages in ASP.NET MVC Web Application**](#installing-npm-packages-in-aspnet-mvc-web-application)”.
137137

138138
1.In addition to Syncfusion ASP.NET MVC packages, install gulp and glob packages using below commands.
139139

@@ -161,7 +161,7 @@ npm install glob@latest --save
161161

162162
![Install NuGet Packages](images/install-nuGet-package.png)
163163

164-
3.Open the Source Explorer and right click on the application name. Then, select “**Add New Item**” menu item to open the “**Add New Item**” window.
164+
3.Open the Source Explorer and right click on the application name. Then, select “**Add New Item**” menu item to open the “**Add New Item**” window.
165165

166166
4.Select “**ASP.NET Core**” on the left side Tree View and select “**JavaScript File**” in the “**Add New Item**” window. It will include a js file in the root folder of the ASP.NET MVC web application. Rename the js file as “**gulpfile.js**”.
167167

@@ -196,13 +196,13 @@ gulp.task("copy-client-resource", function (done) {
196196

197197
6.Build the ASP.NET MVC web application and notice that a new folder named “**Syncfusion**” is created in “**Content**” folder.
198198

199-
![Copied to Content](images/copied-to-Content.png)
199+
![Copied to Content](images/copied-to-content.png)
200200

201201
7.Right click the “**Syncfusion**” folder and include in project like below.
202202

203203
![Include Syncfusion in project](images/include-syncfusion-package.png)
204204

205-
8.Add the client-side resource in the `<head>` element of the `~/Views/Shared/_Layout.cshtml`. Here, scripts and styles of Syncfusion ASP.NET MVC Calendar has been loaded for example.
205+
8.Add the client-side resource in the `<head>` element of the `~/Views/Shared/_Layout.cshtml`. Here, scripts and styles of Syncfusion ASP.NET MVC Calendar has been loaded for example.
206206

207207
{% tabs %}
208208
{% highlight c# tabtitle="~/_Layout.cshtml" %}

ej2-asp-core-mvc/common/EJ2_ASP.MVC/internationalization.md

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

1515
## Loading Culture Data
1616

17-
It requires the following [CLDR](http://cldr.unicode.org/) data to be loaded using `loadCldr` function for cultures other than `en-US`.
17+
It requires the following [CLDR](https://cldr.unicode.org/) data to be loaded using `loadCldr` function for cultures other than `en-US`.
1818

1919
| File Name | Path |
2020
| ------------- | ------------- |

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

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

116116
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 ContextMenu control will be rendered in the default web browser.
117117

118-
![ASP.NET MVC ContextMenu Control](images/contextmenu-control.PNG)
118+
![ASP.NET MVC ContextMenu Control](images/contextmenu-control.png)
119119

120120
## Rendering items with Separator
121121

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ In the following sample, the dashboard layout is rendered with [Panels](https://
109109

110110
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 Dashboard Layout control will be rendered in the default web browser.
111111

112-
![ASP.NET MVC Dashboard Layout using Content Template](images/content_template.PNG)
112+
![ASP.NET MVC Dashboard Layout using Content Template](images/content_template.png)
113113

114114
### Setting the panels property using helper
115115

@@ -126,6 +126,6 @@ In the following sample, the dashboard layout is rendered with [Panels](https://
126126
{% endhighlight %}
127127
{% endtabs %}
128128

129-
![ASP.NET MVC Dashboard Layout using Tag Helper](images/tag_helper.PNG)
129+
![ASP.NET MVC Dashboard Layout using Tag Helper](images/tag_helper.png)
130130

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

ej2-asp-core-mvc/datepicker/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 in ASP.NET MVC Datepicker Control
1313

14-
Globalization is the combination of adapting the control to various languages by means of parsing and formatting the date or number [Internationalization](../common/internationalization/), and also by adding cultural specific customizations and translating the text [localization](../common/localization/).
14+
Globalization is the combination of adapting the control to various languages by means of parsing and formatting the date or number [Internationalization](https://ej2.syncfusion.com/aspnetmvc/documentation/common/internationalization), and also by adding cultural specific customizations and translating the text [localization](https://ej2.syncfusion.com/aspnetmvc/documentation/common/localization).
1515

16-
By default, DatePicker date format, week and month 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, DatePicker date format, week and month names are specific to the `American English` culture. It utilizes the [Essential JavaScript 2 Internationalization](https://ej2.syncfusion.com/aspnetmvc/documentation/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.DatePicker.html#Syncfusion_EJ2_Calendars_DatePicker_Locale) property.
1919

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

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

1212
# Globalization in ASP.NET MVC DateRangePicker Control
1313

14-
Globalization is the combination of adapting the control to various languages by means of parsing and formatting the date or number [Internationalization](../common/internationalization/) and also by adding cultural specific customizations and translating the text [`localization`](../common/localization/).
14+
Globalization is the combination of adapting the control to various languages by means of parsing and formatting the date or number [Internationalization](https://ej2.syncfusion.com/aspnetmvc/documentation/common/internationalization) and also by adding cultural specific customizations and translating the text [`localization`](https://ej2.syncfusion.com/aspnetmvc/documentation/common/localization).
1515

16-
By default, DateRangePicker date format, week, and month names are specific to the `American English` culture. It utilizes the [Essential JavaScript 2 Internationalization](http://ej2.syncfusion.com/documentation/base/intl.html) 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, DateRangePicker date format, week, and month names are specific to the `American English` culture. It utilizes the [Essential JavaScript 2 Internationalization](https://ej2.syncfusion.com/aspnetmvc/documentation/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.DateRangePicker.html#Syncfusion_EJ2_Calendars_DateRangePicker_Locale) property.
1919

@@ -130,5 +130,4 @@ The following example demonstrates DateRangePicker in `Arabic` culture with righ
130130
{% endhighlight %}
131131
{% highlight c# tabtitle="Rtl.cs" %}
132132
{% endhighlight %}{% endtabs %}
133-
{% endif %}
134-
133+
{% endif %}

0 commit comments

Comments
 (0)