Skip to content

Commit 2310708

Browse files
Merge pull request #261 from syncfusion-content/SEO-3147-ASP.NET-MVC-Desc-too-long-short
SEO-3147 ASP.NET MVC Desc too long short
2 parents 5081441 + e72df8e commit 2310708

File tree

6 files changed

+47
-47
lines changed

6 files changed

+47
-47
lines changed

aspnetmvc/Button/Button-Type.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Button Type | Button | ASP.NET MVC | Syncfusion
4-
description: button type
3+
title: Button Type in ASP.NET MVC Button control | Syncfusion
4+
description: Learn here more about Button Type in Syncfusion Essential ASP.NET MVC Button Control, its elements, and more.
55
platform: ejmvc
66
control: Button
77
documentation: ug
88
---
99

10-
# Button Type
10+
# Button Type in ASP.NET MVC Button
1111

1212
Button is used as normal click able button, submitting form data, resetting the form data to its initial value. According to the usage of button, you can render the button in three types. Using the Type property, you can easily render the button in following types.
1313

@@ -62,7 +62,7 @@ The following steps explains you the details about rendering the Button with abo
6262

6363
Execute the above code to render the following output.
6464

65-
![](Button-Type_images/Button-Type_img1.png)
65+
![Button Type in ASP.NET MVC Button](Button-Type_images/Button-Type_img1.png)
6666

6767
Different button types
6868
{:.caption}

aspnetmvc/Captcha/Getting-Started.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
layout: post
3-
title: Getting Started | Captcha | ASP.NET MVC | Syncfusion
4-
description: getting started
3+
title: Getting Started with ASP.NET MVC Captcha control | Syncfusion
4+
description: Learn here more about Getting Started with Syncfusion Essential ASP.NET MVC Captcha Control, its element and more.
55
platform: ejmvc
66
control: Captcha
77
documentation: ug
88
---
99

10-
# Getting Started
10+
# Getting Started with ASP.NET MVC Captcha
1111

1212
## Create your first Captcha in ASP.NET MVC
1313

1414
This section enables you to configure the Captcha control in your ASP.NET MVC application and also in learning how to use captcha with auto validation in Web Forms.
1515

16-
![](Getting-Started_images/Getting-Started_img1.png)
16+
![Create your first Captcha in ASP.NET MVC ](Getting-Started_images/Getting-Started_img1.png)
1717

1818
Captcha control with AutoValidation
1919
{:.caption}
@@ -80,7 +80,7 @@ N> Version=XX.XXXX.X.X - It will vary depend up on .NET Framework version and Es
8080

8181
The following screen shot displays the output of the above codes.
8282

83-
![](Getting-Started_images/Getting-Started_img2.png)
83+
![Web.config file for Captcha image in ASP.NET MVC](Getting-Started_images/Getting-Started_img2.png)
8484

8585
Captcha control with initial render
8686
{:.caption}
@@ -120,7 +120,7 @@ The Captcha control supports captcha in the form of audio and when you click the
120120

121121
The following screenshot displays the output of the above codes.
122122

123-
![](Getting-Started_images/Getting-Started_img3.png)
123+
![Captcha with Audio and Refresh in ASP.NET MVC](Getting-Started_images/Getting-Started_img3.png)
124124

125125
Captcha control with refresh and audio support
126126
{:.caption}
@@ -409,12 +409,12 @@ The Captcha supports automatic validation by enabling the property EnableAutoVa
409409

410410
The following screenshot is the output for the above code example.
411411

412-
![](Getting-Started_images/Getting-Started_img4.png)
412+
![Captcha with failed AutoValidation in ASP.NET MVC](Getting-Started_images/Getting-Started_img4.png)
413413

414414
Captcha control with failed Auto Validation
415415
{:.caption}
416416

417-
![](Getting-Started_images/Getting-Started_img5.png)
417+
![Captcha with successful AutoValidation in ASP.NET MVC](Getting-Started_images/Getting-Started_img5.png)
418418

419419
Captcha control with successful AutoValidation
420420
{:.caption}

aspnetmvc/Grid/How-to.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: post
3-
title: How to
4-
description: How to
3+
title: How to Section in ASP.NET MVC Grid control | Syncfusion
4+
description: Learn here more about How To Section in Syncfusion Essential ASP.NET MVC Grid Control, its element and more.
55
platform: ejmvc
66
control: Grid
77
documentation: ug
88
---
9-
# How to
9+
# How to Section in ASP.NET MVC
1010

1111
## Apply formatting for columns dynamically
1212

@@ -116,7 +116,7 @@ namespace SyncfusionMvcApplication3.Controllers
116116

117117
The following output is displayed as a result of the previous code example.
118118

119-
![](How-to_images/Disable-double-click-edit_img1.png)
119+
![Disable double-click edit in ASP.NET MVC Grid](How-to_images/Disable-double-click-edit_img1.png)
120120

121121

122122
## Customize drag and drop element while grouping
@@ -176,7 +176,7 @@ namespace MVCSampleBrowser.Controllers
176176

177177
The following output is displayed as a result of the previous code example.
178178

179-
![](How-to_images/Customize-Drag-and-Drop-element-while-grouping_img1.png)
179+
![Customize drag and drop element while grouping in ASP.NET MVC Grid](How-to_images/Customize-Drag-and-Drop-element-while-grouping_img1.png)
180180

181181
## Display tooltip
182182

@@ -364,7 +364,7 @@ namespace EJGrid.Controllers
364364

365365
The following screenshot illustrates the output.
366366

367-
![](How-to_images/Set-Dynamic-DataSource-to-Grid_img1.png)
367+
![Set dynamic dataSource to grid in ASP.NET MVC](How-to_images/Set-Dynamic-DataSource-to-Grid_img1.png)
368368

369369

370370
## Custom binding for grid CRUD operation
@@ -565,7 +565,7 @@ namespace EJGrid.Controllers
565565
{% endhighlight %}
566566
{% endtabs %}
567567

568-
![](How-to_images/Custom-CRUD_img1.png)
568+
![Custom binding for grid CRUD operation in ASP.NET MVC](How-to_images/Custom-CRUD_img1.png)
569569

570570

571571
## Binding SignalR endpoint
@@ -1004,7 +1004,7 @@ Using the Range property and AddComment method of the XlsIO IRange Class, we wil
10041004

10051005
The following screenshot displays the exported grid with comments added to cells
10061006

1007-
![](How-to_images/Add-comments-in-the-Exported-file_img1.png)
1007+
![Adding comments in Excel sheet in ASP.NET MVC Grid](How-to_images/Add-comments-in-the-Exported-file_img1.png)
10081008

10091009
### Adding comments in exported Word document
10101010

@@ -1060,7 +1060,7 @@ We can add comments to the word document using the AppendComment method in the W
10601060

10611061
The following screenshot shows the exported grid with comments added to the document.
10621062

1063-
![](How-to_images/Add-comments-in-the-Exported-file_img2.png)
1063+
![Adding comments in exported Word document in ASP.NET MVC Grid](How-to_images/Add-comments-in-the-Exported-file_img2.png)
10641064

10651065
### Adding comments in exported PDF document
10661066

@@ -1123,7 +1123,7 @@ We can add comments to a PDF documents using the annotation support provided in
11231123

11241124
The following screenshot displays the exported grid with comments added to cells.
11251125

1126-
![](How-to_images/Add-comments-in-the-Exported-file_img3.png)
1126+
![Adding comments in exported PDF document in ASP.NET MVC Grid](How-to_images/Add-comments-in-the-Exported-file_img3.png)
11271127

11281128
## Adding header and footer in the exported file (Excel, Word or PDF)
11291129

@@ -1375,7 +1375,7 @@ namespace SyncfusionMvcApplication3.Controllers
13751375
{% endhighlight %}
13761376
{% endtabs %}
13771377
The following output is displayed as a result of the previous code example.
1378-
![](How-to_images/ExternalSearching_img1.jpeg)
1378+
![External search in ASP.NET MVC Grid](How-to_images/ExternalSearching_img1.jpeg)
13791379

13801380

13811381
## Configure grid through the grid model properties
@@ -1424,7 +1424,7 @@ The following code example shows you how to set grid properties such as `AllowPa
14241424

14251425
The following output is displayed as a result of the previous code example.
14261426

1427-
![](How-to_images/Configure Grid through Grid Model properties_img1.png)
1427+
![Configure grid through the grid model properties in ASP.NET MVC](How-to_images/Configure Grid through Grid Model properties_img1.png)
14281428

14291429
## Work with partial views
14301430

@@ -1493,7 +1493,7 @@ In unobtrusive mode, to load grid from partial view via AJAX, in the success cal
14931493

14941494
The following output is displayed as a result of the previous code example.
14951495

1496-
![](How-to_images/Work with partial views_img1.png)
1496+
![Work with partial views in ASP.NET MVC Grid](How-to_images/Work with partial views_img1.png)
14971497

14981498

14991499
In non-unobtrusive mode, to load grid from partial view via AJAX, the `ScriptManager` HTML helper should be placed at the bottom of the partial view.
@@ -1557,7 +1557,7 @@ The following code sample describes the previous behavior.
15571557

15581558
The following output is displayed as a result of the previous code example.
15591559

1560-
![](How-to_images/Work with partial views_img2.png)
1560+
![Load grid from partial view via AJAX in ASP.NET MVC Grid](How-to_images/Work with partial views_img2.png)
15611561

15621562
## Rendering the grid using grid properties in server-side
15631563

@@ -1604,7 +1604,7 @@ The following code example which will explain to render the grid control in serv
16041604

16051605
The following output is displayed as a result of the previous code example.
16061606

1607-
![](Getting-Started_images/Getting-Started_img4.png)
1607+
![ASP.NET MVC Grid rendered in server side](Getting-Started_images/Getting-Started_img4.png)
16081608

16091609

16101610
## Export grid to target location without download prompt(Excel, Word or PDF)
@@ -1758,7 +1758,7 @@ public partial class GridController : Controller
17581758
{% endtabs %}
17591759

17601760
The following output is displayed as a result of the previous code example.
1761-
![](Hierarchy-Grid_images/Hierarchy-Grid_images2.png)
1761+
![ASP.NET MVC Hierarchy grid with different foreignKeyField in parent and child table](Hierarchy-Grid_images/Hierarchy-Grid_images2.png)
17621762

17631763
## Display other Syncfusion controls in grid columns
17641764

@@ -1830,7 +1830,7 @@ We can display the other Syncfusion controls using the `Template` property of gr
18301830

18311831
The following output is displayed as a result of the previous code example.
18321832

1833-
![](How-to_images/Display_Other_controls_img1.png)
1833+
![Display other controls in grid columns in ASP.NET MVC](How-to_images/Display_Other_controls_img1.png)
18341834

18351835
## Perform grid actions on external button click
18361836

@@ -2102,7 +2102,7 @@ The following code example explains the previous behavior.
21022102

21032103
{% endtabs %}
21042104
The following output is displayed as a result of the previous code example.
2105-
![](How-to_images/Actionswithexternalbutton_img1.png)
2105+
![Action with External Button in ASP.NET MVC](How-to_images/Actionswithexternalbutton_img1.png)
21062106

21072107
## Getting Datasource of Grid in Sorted Order
21082108

aspnetmvc/ListView/Getting-Started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Getting Started | ListView | ASP.NET MVC | Syncfusion
4-
description: getting started
3+
title: Getting Started with ASP.NET MVC ListView control | Syncfusion
4+
description: Learn here more about Getting Started with Syncfusion Essential ASP.NET MVC ListView Control, its elements, and more.
55
platform: ejmvc
66
control: ListView
77
documentation: ug
88
---
99

10-
# Getting Started
10+
# Getting Started with ASP.NET MVC ListView
1111

1212
This section explains briefly on how to create a ListView control in your application.
1313

@@ -16,7 +16,7 @@ This section explains briefly on how to create a ListView control in your applic
1616
The Essential StudioListView widget builds an interactive list view interface. This control allows you to select an item from a list-like interface and provides the infrastructure to display a set of data items in different layouts or views. Lists display data, data navigation, result lists, and data entry.
1717

1818

19-
![](Getting-Started_images/Getting-Started_img1.png)
19+
![Create your first ListView in ASP.NET MVC](Getting-Started_images/Getting-Started_img1.png)
2020

2121
List view Control
2222
{:.caption}
@@ -79,7 +79,7 @@ In the View page, add ListView helper and map the Local data list to correspondi
7979

8080
Run the above code to render the following output.
8181

82-
![](Getting-Started_images/Getting-Started_img2.png)
82+
![Create a simple ListView in ASP.NET MVC](Getting-Started_images/Getting-Started_img2.png)
8383

8484

8585
## Add header
@@ -100,4 +100,4 @@ You can add a header for ListView using ShowHeader property. Refer to the follow
100100

101101
Run the above code to render the following output.
102102

103-
![](Getting-Started_images/Getting-Started_img3.png)
103+
![ASP.NET MVC ListView Add header](Getting-Started_images/Getting-Started_img3.png)

aspnetmvc/RadialMenu/TemplateSupport.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Template Support | RadialMenu | ASP.NET MVC | Syncfusion
4-
description: template support
3+
title: Template Support in ASP.NET MVC Radial Menu control | Syncfusion
4+
description: Learn here more about template support in Syncfusion Essential ASP.NET MVC Radial Menu Control, its element and more.
55
platform: ejmvc
66
control: Radial Menu
77
documentation: ug
88
---
99

10-
## Template Support
10+
# Template Support in ASP.NET MVC Radial Menu
1111

1212
Template support for RadialMenu items will allow you to use any type of [\<svg\>](https://developer.mozilla.org/en-US/docs/Web/SVG/Element#SVG_elements) Permitted tags inside our template. Here for example, using this template support you can use the SVG icons in Radial Menu instead of image tags. To use SVG icons in RadialMenu, you need to use [PrependTo](https://help.syncfusion.com/api/js/ejradialmenu#members:items-prependTo) property.
1313

@@ -169,6 +169,6 @@ Add the following code in your style section,
169169

170170
The following screenshot illustrates the output,
171171

172-
![](template-support\img1.png)
172+
![Add SVG to item Icon in ASP.NET MVC Radial Menu](template-support\img1.png)
173173

174174
N> This is the example sample for SVG icon support for Radial Menu.Like wise you can add any SVG element to it, but you need to customize and position the element individually.

aspnetmvc/WaitingPopup/Overview.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: WaitingPopup | WaitingPopup | ASP.NET MVC | Syncfusion
4-
description: overview
3+
title: Overview in ASP.NET MVC WaitingPopup control | Syncfusion
4+
description: Learn here more about Overview in Syncfusion Essential ASP.NET MVC WaitingPopup Control, its element and more.
55
platform: ejmvc
66
control: WaitingPopup
77
documentation: ug
88
---
99

10-
# WaitingPopup
10+
# Overview in ASP.NET MVC WaitingPopup
1111

1212
The WaitingPopup control for MVC is a visual element that provides support for displaying a pop-up indicator over a target area and preventing the end user's interaction with the target area while loading.
1313

@@ -29,7 +29,7 @@ ASP.NET MVC Waiting Popup provides support to display Waiting Popup within your
2929

3030

3131

32-
![](Overview_images/Overview_img1.png)
32+
![Create your first Waiting Popup in ASP.NET MVC](Overview_images/Overview_img1.png)
3333

3434

3535
In the above screenshot, you can give the Username and Password. When you click the Login button, the Waiting Popup appears. After loading, the alert box appears with a message “Signed in successfully”.
@@ -175,7 +175,7 @@ In a real-time Login page scenario, when you click on the Login button, the Wait
175175

176176

177177

178-
![](Overview_images/Overview_img2.png)
178+
![ASP.NET MVC WaitingPopup User login](Overview_images/Overview_img2.png)
179179

180180

181181

@@ -184,14 +184,14 @@ In a real-time Login page scenario, when you click on the Login button, the Wait
184184

185185

186186

187-
![](Overview_images/Overview_img3.png)
187+
![ASP.NET MVC Waiting Popup](Overview_images/Overview_img3.png)
188188

189189

190190

191191

192192
The following screenshot displays an alert box displayed with the message “Signed in successfully” after loading.
193193

194-
![](Overview_images/Overview_img4.png)
194+
![ASP.NET MVC WaitingPopup Signed in successfully](Overview_images/Overview_img4.png)
195195

196196

197197

0 commit comments

Comments
 (0)