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
)
protected static void RegisterTag (
	String name, 
	HtmlTextWriterTag key
)
protected static function RegisterTag (
	name : String, 
	key : HtmlTextWriterTag
)
Not applicable.

Parameters

name

A string that contains the HTML tag.

key

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

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1, 1.0

Community Additions

ADD
Show: