Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

SEO-3151-MVC-Missing-H1 #262

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
berylouma wants to merge 23 commits into hotfix/hotfix-v20.4.0.48
base: hotfix/hotfix-v20.4.0.48
Choose a base branch
Loading
from SEO-3151-MVC-Missing-H1
Open
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
5ce7c6b
ASP.NET MVC Desc too long short
Yvone-Atieno Jan 27, 2023
8cd6500
Updated
berylouma Jan 30, 2023
f20e27f
Updated
berylouma Feb 6, 2023
c8d78af
Update Toolbar-Customization.md
berylouma Feb 6, 2023
b98bda7
Update TemplateSupport.md
berylouma Feb 7, 2023
b274981
added fullstop
Yvone-Atieno Feb 7, 2023
479a2bd
updated links
Sharly-Atieno Feb 8, 2023
04fe68d
images renamed
Sharly-Atieno Feb 8, 2023
e72df8e
changed title and h1
Yvone-Atieno Feb 8, 2023
bd82dbe
Update TemplateSupport.md
berylouma Feb 8, 2023
65cdf5c
Merge pull request #269 from Syncfusion-Content/hotfix/hotfix-v20.4.0.48
SyncfusionBuild Feb 8, 2023
2310708
Merge pull request #261 from syncfusion-content/SEO-3147-ASP.NET-MVC-...
Aishwarya-Ganesan Feb 9, 2023
2aec39c
Update TemplateSupport.md
berylouma Feb 10, 2023
758b5c2
Merge pull request #266 from syncfusion-content/SEO-3222-ASP.NET-MVC-...
Aishwarya-Ganesan Feb 14, 2023
8fd726b
Merge branch 'master' into SEO-3151-MVC-Missing-H1
berylouma Feb 14, 2023
214cff7
Merge branch 'hotfix/hotfix-v20.4.0.48' into SEO-3151-MVC-Missing-H1
berylouma Feb 14, 2023
0946927
Merge branch 'hotfix/hotfix-v20.4.0.38' into SEO-3151-MVC-Missing-H1
berylouma Feb 14, 2023
9582002
Updated
berylouma Feb 16, 2023
a4a5f79
Update Toolbar-Customization.md
berylouma Feb 16, 2023
96ebdfa
Updated
berylouma Feb 16, 2023
fa239fb
Update Toolbar-Customization.md
berylouma Feb 17, 2023
878cf3b
Update Toolbar-Customization.md
berylouma Feb 17, 2023
f9e6b83
Update Axis.md
berylouma Feb 17, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions aspnetmvc/Button/Button-Type.md
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Button Type | Button | ASP.NET MVC | Syncfusion
description: button type
title: Button Type in ASP.NET MVC Button control | Syncfusion
description: Learn here more about Button Type in Syncfusion Essential ASP.NET MVC Button Control, its elements, and more.
platform: ejmvc
control: Button
documentation: ug
---

# Button Type
# Button Type in ASP.NET MVC Button

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.

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

Execute the above code to render the following output.

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

Different button types
{:.caption}
16 changes: 8 additions & 8 deletions aspnetmvc/Captcha/Getting-Started.md
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
layout: post
title: Getting Started | Captcha | ASP.NET MVC | Syncfusion
description: getting started
title: Getting Started with ASP.NET MVC Captcha control | Syncfusion
description: Learn here more about Getting Started with Syncfusion Essential ASP.NET MVC Captcha Control, its element and more.
platform: ejmvc
control: Captcha
documentation: ug
---

# Getting Started
# Getting Started with ASP.NET MVC Captcha

## Create your first Captcha in ASP.NET MVC

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.

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

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

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

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

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

The following screenshot displays the output of the above codes.

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

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

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

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

Captcha control with failed Auto Validation
{:.caption}

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

Captcha control with successful AutoValidation
{:.caption}
Expand Down
Loading

AltStyle によって変換されたページ (->オリジナル) /