HtmlInputButton.HtmlInputButton(String) Constructor
.NET Framework 3.0
Initializes a new instance of the HtmlInputButton class using the specified button type.
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The following table shows the initial property value for an instance of HtmlInputButton.
| Property | Value |
|---|---|
| The value of the type parameter. |
The following table shows the different possible values for the type parameter.
| Value | Description |
|---|---|
| button | A command button. |
| submit | A button that submits the form to the server. |
| reset | A button that clears the form. |
Community Additions
ADD
Show: