HtmlInputButton Constructor ()
.NET Framework (current version)
Initializes a new instance of the HtmlInputButton class using default values.
Assembly: System.Web (in System.Web.dll)
The following table shows the initial property value for an instance of HtmlInputButton.
Property | Value |
|---|---|
The "button" literal string. |
The following code example demonstrates how to create a new instance of an HtmlInputButton control using the default constructor.
.NET Framework
Available since 1.1
Available since 1.1
Show: