HtmlTextWriter::RegisterTag Method
Registers markup tags, whether literals or dynamically generated, from the source file so that they can be properly rendered to the requesting client.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
- Type: System::String
A string that contains the HTML tag.
- key
- Type: System.Web.UI::HtmlTextWriterTag
An HtmlTextWriterTag that specifies which element to render.
The predefined markup tags of the HTML language are registered by calls to the RegisterTag method when the first HtmlTextWriter object is created. Dynamic markup tags can be registered by using the RegisterTag method at other times.
The registration table used by the RegisterTag method is static, so registration of tags applies to all HtmlTextWriter objects on the host computer.
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.