Gets the value of the HTML Name attribute that will be rendered to the browser.
[Visual Basic] Public ReadOnly Property Name As String [C#] public string Name {get;} [C++] public: __property String* get_Name(); [JScript] public function get Name() : String;
The HTML Name attribute. This value is always identical to the UniqueID property.
HtmlForm Class | HtmlForm Members | System.Web.UI.HtmlControls Namespace