HtmlInputSubmit Constructor ()
.NET Framework (current version)
Initializes a new instance of the HtmlInputSubmit class using default values.
Assembly: System.Web (in System.Web.dll)
The following table shows the initial property value for an instance of HtmlInputSubmit.
Property | Value |
|---|---|
The "submit" literal string. |
The following code example demonstrates how to programmatically add HtmlInputText, HtmlInputPassword, and HtmlInputSubmit controls to a Web Forms page using default constructors to create a simple login screen.
.NET Framework
Available since 2.0
Available since 2.0
Show: