Skip to content

Commit fdea597

Browse files
committed
Merge branch 'additional-parameter-940669' of https://github.com/syncfusion-content/ej2-asp-core-mvc-docs into additional-parameter-940669
2 parents 1308d10 + 23ed036 commit fdea597

File tree

783 files changed

+18344
-11765
lines changed

Some content is hidden

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

783 files changed

+18344
-11765
lines changed

ej2-asp-core-mvc/EJ2_ASP.MVC/introduction.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ publishingplatform: ##Platform_Name##
88
documentation: ug
99
---
1010

11-
> With the 2024 Volume 4 release, we will discontinue support for .NET Framework 4.0 in WinForms, WPF, ASP.NET MVC, and Document Processing Libraries. Please plan to upgrade to .NET Framework 4.6.2 or higher.<br>
12-
With the 2025 Volume 1 release, we will discontinue support for .NET 6.0 and 7.0 in WinForms, WPF, WinUI, and Document Processing Libraries. Please plan to upgrade to .Net 8.0 or higher.
11+
> With the 2025 Volume 1 release, we will discontinue support for .NET 6.0 and 7.0 in WinForms, WPF, WinUI, and Document Processing Libraries. Please plan to upgrade to .Net 8.0 or higher.
1312
1413
# Syncfusion® ASP.NET MVC UI (Essential® JS 2)
1514

@@ -19,7 +18,7 @@ The Syncfusion<sup style="font-size:70%">&reg;</sup> ASP.NET MVC UI (Essential<s
1918

2019
* The best way to get started would be to read the "Getting Started" section of the documentation for the component that you would like to start using first. The "Getting Started" guide gives just enough information that you need to know before starting to write code. This is the only section that we recommend reading end-to-end before starting to write code, all other information can be referred as needed.
2120

22-
* Now that you are familiar with the basics of using the component, the next step would be to start integrating the component into your application. A good starting point would be to refer to the code snippets in the [online sample browser](https://ej2.syncfusion.com/aspnetmvc/Grid/GridOverview#/fluent) which contains hundreds of code samples, it is very likely that you will find a code sample that resembles your intended usage scenario.
21+
* Now that you are familiar with the basics of using the component, the next step would be to start integrating the component into your application. A good starting point would be to refer to the code snippets in the [online sample browser](https://ej2aspnetmvc.azurewebsites.net/aspnetmvc/grid/gridoverview#/bootstrap5) which contains hundreds of code samples, it is very likely that you will find a code sample that resembles your intended usage scenario.
2322

2423
* Another valuable resource is the API reference which provides detailed information on the object hierarchy as well as the settings available on every object.
2524

@@ -140,7 +139,7 @@ padding-top: 50px;
140139
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/aspnetmvc/documentation/listview/getting-started">ListView</a></div>
141140
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/aspnetmvc/documentation/tooltip/getting-started-asp-mvc">Tooltip</a></div>
142141
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/aspnetmvc/documentation/splitter/getting-started">Splitter</a></div>
143-
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/aspnetmvc/documentation/dashboard-layout/getting-started/">Dashboard</a></div>
142+
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/aspnetmvc/documentation/dashboard-layout/getting-started">Dashboard</a></div>
144143
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/aspnetmvc/documentation/card/getting-started">Card</a></div>
145144
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/aspnetmvc/documentation/avatar/getting-started-asp-mvc">Avatar</a></div>
146145
</td>
@@ -180,7 +179,7 @@ padding-top: 50px;
180179
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/aspnetmvc/documentation/timepicker/getting-started">TimePicker</a></div>
181180
<div><p class="controlcategory">INPUTS</p></div>
182181
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/aspnetmvc/documentation/textbox/getting-started">TextBox</a></div>
183-
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/aspnetmvc/documentation/maskedtextbox/getting-started/">Input Mask</a></div>
182+
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/aspnetmvc/documentation/maskedtextbox/getting-started">Input Mask</a></div>
184183
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/aspnetmvc/documentation/numerictextbox/getting-started">Numeric TextBox</a></div>
185184
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/aspnetmvc/documentation/radio-button/getting-started">RadioButton</a></div>
186185
<div class="controlanchorlink"><a target="_self" href="https://ej2.syncfusion.com/aspnetmvc/documentation/check-box/getting-started">CheckBox</a></div>

ej2-asp-core-mvc/EJ2_ASP.NETCORE/introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Essential<sup style="font-size:70%">&reg;</sup> JS 2 for ASP.NET Core is a moder
1616

1717
* The best way to get started would be to read the "Getting Started" section of the documentation for the control that you would like to start using first. The "Getting Started" guide gives just enough information that you need to know before starting to write code. This is the only section that is recommended to read end-to-end before starting to write code, all other information can be referred as needed.
1818

19-
* Now that you are familiar with the basics of using the control, the next step would be to start integrating the control into your application. A good starting point would be to refer to the code snippets in the [online sample browser](http://ej2.syncfusion.com/aspnetcore/) which contains hundreds of code samples, it is very likely that you will find a code sample that resembles your intended usage scenario.
19+
* Now that you are familiar with the basics of using the control, the next step would be to start integrating the control into your application. A good starting point would be to refer to the code snippets in the [online sample browser](https://ej2.syncfusion.com/aspnetcore/grid/gridoverview#/bootstrap5) which contains hundreds of code samples, it is very likely that you will find a code sample that resembles your intended usage scenario.
2020

2121
* Another valuable resource is the API reference which provides detailed information on the object hierarchy as well as the settings available on every object.
2222

@@ -99,7 +99,7 @@ padding-top: 20px;
9999
<div class="control-anchor-link"><a target="_self" href="https://ej2.syncfusion.com/aspnetcore/documentation/listview/getting-started">ListView</a></div>
100100
<div class="control-anchor-link"><a target="_self" href="https://ej2.syncfusion.com/aspnetcore/documentation/tooltip/getting-started-asp-core">Tooltip</a></div>
101101
<div class="control-anchor-link"><a target="_self" href="https://ej2.syncfusion.com/aspnetcore/documentation/splitter/getting-started">Splitter</a></div>
102-
<div class="control-anchor-link"><a target="_self" href="https://ej2.syncfusion.com/aspnetcore/documentation/dashboard-layout/getting-started/">Dashboard</a></div>
102+
<div class="control-anchor-link"><a target="_self" href="https://ej2.syncfusion.com/aspnetcore/documentation/dashboard-layout/getting-started">Dashboard</a></div>
103103
<div class="control-anchor-link"><a target="_self" href="https://ej2.syncfusion.com/aspnetcore/documentation/card/getting-started">Card</a></div>
104104
<div class="control-anchor-link"><a target="_self" href="https://ej2.syncfusion.com/aspnetcore/documentation/avatar/getting-started-asp-core">Avatar</a></div>
105105
</td>
@@ -139,7 +139,7 @@ padding-top: 20px;
139139
<div class="control-anchor-link"><a target="_self" href="https://ej2.syncfusion.com/aspnetcore/documentation/timepicker/getting-started">TimePicker</a></div>
140140
<div><p class="control-category">INPUTS</p></div>
141141
<div class="control-anchor-link"><a target="_self" href="https://ej2.syncfusion.com/aspnetcore/documentation/textbox/getting-started">TextBox</a></div>
142-
<div class="control-anchor-link"><a target="_self" href="https://ej2.syncfusion.com/aspnetcore/documentation/maskedtextbox/getting-started/">Input Mask</a></div>
142+
<div class="control-anchor-link"><a target="_self" href="https://ej2.syncfusion.com/aspnetcore/documentation/maskedtextbox/getting-started">Input Mask</a></div>
143143
<div class="control-anchor-link"><a target="_self" href="https://ej2.syncfusion.com/aspnetcore/documentation/numerictextbox/getting-started">Numeric TextBox</a></div>
144144
<div class="control-anchor-link"><a target="_self" href="https://ej2.syncfusion.com/aspnetcore/documentation/radio-button/getting-started">RadioButton</a></div>
145145
<div class="control-anchor-link"><a target="_self" href="https://ej2.syncfusion.com/aspnetcore/documentation/check-box/getting-started">CheckBox</a></div>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Essential Studio for ##Platform_Name## Weekly Release Release Notes
3+
description: Essential Studio for ##Platform_Name## Weekly Release Release Notes
4+
platform: ej2-asp-core-mvc
5+
documentation: ug
6+
---
7+
8+
# Essential Studio for ##Platform_Name## Release Notes
9+
10+
{% include release-info.html date="March 11, 2025" version="v28.2.11" %}
11+
12+
{% directory path: _includes/release-notes/v28.2.11 %}
13+
14+
{% include {{file.url}} %}
15+
16+
{% enddirectory %}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Essential Studio for ##Platform_Name## Weekly Release Release Notes
3+
description: Essential Studio for ##Platform_Name## Weekly Release Release Notes
4+
platform: ej2-asp-core-mvc
5+
documentation: ug
6+
---
7+
8+
# Essential Studio for ##Platform_Name## Release Notes
9+
10+
{% include release-info.html date="March 04, 2025" version="v28.2.9" %}
11+
12+
{% directory path: _includes/release-notes/v28.2.9 %}
13+
14+
{% include {{file.url}} %}
15+
16+
{% enddirectory %}

ej2-asp-core-mvc/barcode/export.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Export in ##Platform_Name## Barcode Component
3+
title: Export in ##Platform_Name## Barcode Component Syncfusion
44
description: Learn here all about Export in Syncfusion ##Platform_Name## Barcode component of Syncfusion Essential JS 2 and more.
55
platform: ej2-asp-core-mvc
66
control: Export
@@ -11,7 +11,7 @@ documentation: ug
1111

1212
# Export
1313

14-
Export barcode as an image and base64 string is common for barcode, QRcode and datamatrix.
14+
Export barcode as an image and base64 string is common for barcode, QRCode and datamatrix.
1515
## Export
1616

1717
Barcode provides the support to export its content as an image in the specified image type and downloads it in the browser. The following code example shows how to export the barcode as an image

ej2-asp-core-mvc/code-snippet/avatar/getting-started/core/razor

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
</div>
88

99
<style>
10-
#element {
11-
display: block;
12-
width: 300px;
13-
margin: 130px auto;
14-
border-radius: 3px;
15-
justify-content: center;
16-
}
10+
#element {
11+
display: block;
12+
width: 300px;
13+
margin: 130px auto;
14+
border-radius: 3px;
15+
justify-content: center;
16+
}
1717

18-
.e-avatar {
19-
background-image: url(https://ej2.syncfusion.com/aspnetcore/css/avatar/images/pic01.png);
20-
margin: 2px;
21-
}
18+
.e-avatar {
19+
background-image: url(https://ej2.syncfusion.com/aspnetcore/css/avatar/images/pic01.png);
20+
margin: 2px;
21+
}
2222
</style>

ej2-asp-core-mvc/code-snippet/avatar/getting-started/core/tagHelper

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
</div>
88

99
<style>
10-
#element {
11-
display: block;
12-
width: 300px;
13-
margin: 130px auto;
14-
border-radius: 3px;
15-
justify-content: center;
16-
}
10+
#element {
11+
display: block;
12+
width: 300px;
13+
margin: 130px auto;
14+
border-radius: 3px;
15+
justify-content: center;
16+
}
1717

18-
.e-avatar {
19-
background-image: url(@Url.Content("https://ej2.syncfusion.com/aspnetcore/css/avatar/images/pic01.png"));
20-
margin: 2px;
21-
}
18+
.e-avatar {
19+
background-image: url(@Url.Content("https://ej2.syncfusion.com/aspnetcore/css/avatar/images/pic01.png"));
20+
margin: 2px;
21+
}
2222
</style>

ej2-asp-core-mvc/code-snippet/avatar/getting-started/mvc/razor

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
</div>
88

99
<style>
10-
#element {
11-
display: block;
12-
width: 300px;
13-
margin: 130px auto;
14-
border-radius: 3px;
15-
justify-content: center;
16-
}
10+
#element {
11+
display: block;
12+
width: 300px;
13+
margin: 130px auto;
14+
border-radius: 3px;
15+
justify-content: center;
16+
}
1717

18-
.e-avatar {
19-
background-image: url(@Url.Content("https://ej2.syncfusion.com/aspnetmvc/Content/avatar/images/pic01.png"));
20-
margin: 2px;
21-
}
18+
.e-avatar {
19+
background-image: url(@Url.Content("https://ej2.syncfusion.com/aspnetmvc/Content/avatar/images/pic01.png"));
20+
margin: 2px;
21+
}
2222
</style>

ej2-asp-core-mvc/code-snippet/avatar/getting-started/mvc/tagHelper

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
</div>
88

99
<style>
10-
#element {
11-
display: block;
12-
width: 300px;
13-
margin: 130px auto;
14-
border-radius: 3px;
15-
justify-content: center;
16-
}
10+
#element {
11+
display: block;
12+
width: 300px;
13+
margin: 130px auto;
14+
border-radius: 3px;
15+
justify-content: center;
16+
}
1717

18-
.e-avatar {
19-
background-image: url(https://ej2.syncfusion.com/aspnetmvc/Content/avatar/images/pic01.png);
20-
margin: 2px;
21-
}
18+
.e-avatar {
19+
background-image: url(https://ej2.syncfusion.com/aspnetmvc/Content/avatar/images/pic01.png);
20+
margin: 2px;
21+
}
2222
</style>

0 commit comments

Comments
 (0)