This documentation is archived and is not being maintained.
ControlBuilder.TagName Property
.NET Framework 1.1
Gets the tag name for the control to be built.
[Visual Basic] Public ReadOnly Property TagName As String [C#] public string TagName {get;} [C++] public: __property String* get_TagName(); [JScript] public function get TagName() : String;
Property Value
The tag name for the control.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
ControlBuilder Class | ControlBuilder Members | System.Web.UI Namespace
Show: