This documentation is archived and is not being maintained.
WebControl.TagName Property
.NET Framework 1.1
Gets the name of the control tag. This property is used primarily by control developers.
[Visual Basic] Protected Overridable ReadOnly Property TagName As String [C#] protected virtual string TagName {get;} [C++] protected: __property virtual String* get_TagName(); [JScript] protected function get TagName() : String;
Property Value
The name of the control tag.
Remarks
Use the TagName property to determine the name of the control tag associated with this Web server control. This property is used primarily by control developers.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
WebControl Class | WebControl Members | System.Web.UI.WebControls Namespace
Show: