This documentation is archived and is not being maintained.
HtmlTextWriter::GetTagName Method
Visual Studio 2010
Obtains the markup element associated with the specified HtmlTextWriterTag enumeration value.
Assembly: System.Web (in System.Web.dll)
Parameters
- tagKey
- Type: System.Web.UI::HtmlTextWriterTag
The HtmlTextWriterTag to obtain the markup element for.
If tagKey is not a valid HtmlTextWriterTag value, the GetTagName method returns an empty string ("").
The following code example demonstrates how to close a <font> element by using the WriteEndTag method. The WriteEndTag method calls the GetTagName method to convert the Font value to a string.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: