Skip to content

Commit 736d526

Browse files
Merge pull request #282 from Syncfusion-Content/hotfix/hotfix-v20.4.0.48
DOCINFRA-2341_merged_using_automation
2 parents 0a7bde1 + 95eb0b2 commit 736d526

File tree

14 files changed

+167
-165
lines changed

14 files changed

+167
-165
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}

0 commit comments

Comments
 (0)