Gets the Type attribute for a particular HTML input control.
[Visual Basic] Public ReadOnly Property Type As String [C#] public string Type {get;} [C++] public: __property String* get_Type(); [JScript] public function get Type() : String;
The Type attribute. Valid values are: text, password, file, checkbox, hidden, button, submit, reset, image, and radio.
HtmlInputControl Class | HtmlInputControl Members | System.Web.UI.HtmlControls Namespace