Label::TagKey Property
.NET Framework (current version)
Gets the HTML tag that is used to render the Label control.
Assembly: System.Web (in System.Web.dll)
protected: property HtmlTextWriterTag TagKey { virtual HtmlTextWriterTag get() override; }
Property Value
Type: System.Web.UI::HtmlTextWriterTagThe HtmlTextWriterTag value used to render the Label.
Use the TagKey property to determine the HtmlTextWriterTag value that is associated with a Label control. The TagKey property is used primarily by control developers.
.NET Framework
Available since 1.1
Available since 1.1
Show: