This documentation is archived and is not being maintained.

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.

Namespace:  System.Web.UI
Assembly:  System.Web (in System.Web.dll)

protected:
static void RegisterTag(
	String^ name, 
	HtmlTextWriterTag key
)

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, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0, 1.1, 1.0
Show: