HtmlButtonType Enumeration

 

Enumerates the html button type for the ASP.NET.MVC.

Namespace:   Microsoft.Web.Mvc
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

Syntax

public enum HtmlButtonType
public enum class HtmlButtonType
type HtmlButtonType
Public Enumeration HtmlButtonType

Members

Member name Description
Button

Represents the function of the button type.

Reset

Represents the function reset type.

Submit

Represents the function submit type.

See Also

Microsoft.Web.Mvc Namespace

Return to top