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