WebControl.TagName Property
.NET Framework (current version)
Gets the name of the control tag. This property is used primarily by control developers.
Assembly: System.Web (in System.Web.dll)
[<BrowsableAttribute(false)>] abstract TagName : string with get [<BrowsableAttribute(false)>] override TagName : string with get
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: