HtmlTextWriter.RegisterStyle Method

Registers markup style properties, 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 RegisterStyle (
	String^ name, 
	HtmlTextWriterStyle key
)
protected static void RegisterStyle (
	String name, 
	HtmlTextWriterStyle key
)
protected static function RegisterStyle (
	name : String, 
	key : HtmlTextWriterStyle
)
Not applicable.

Parameters

name

The string passed from the source file specifying the style name.

key

The HtmlTextWriterStyle that corresponds with the specified style.

The predefined cascading style sheet (CSS) attributes of the HTML markup language are registered by calls to the RegisterStyle method when the first HtmlTextWriter object is created. Dynamic style attributes can be registered by using the RegisterStyle method at other times.

The registration table used by the RegisterStyle method is static, so registration of attributes 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: