Html32TextWriter.GetTagName Method (HtmlTextWriterTag)
.NET Framework (current version)
Returns the HTML element that is associated with the specified HtmlTextWriterTag enumeration value.
Assembly: System.Web (in System.Web.dll)
Parameters
- tagKey
-
Type:
System.Web.UI.HtmlTextWriterTag
The HtmlTextWriterTag enumeration value to obtain the HTML element for.
If the HtmlTextWriterTag.Div field is passed in tagKey and the ShouldPerformDivTableSubstitution property is true, the GetTagName method returns the table element.
.NET Framework
Available since 1.1
Available since 1.1
Show: