HtmlInputSubmit Constructor ()

 

Initializes a new instance of the HtmlInputSubmit class using default values.

Namespace:   System.Web.UI.HtmlControls
Assembly:  System.Web (in System.Web.dll)

public:
HtmlInputSubmit()

The following table shows the initial property value for an instance of HtmlInputSubmit.

Property

Value

HtmlControl::TagName

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: