Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HtmlTextWriter::RegisterStyle Method (String^, HtmlTextWriterStyle)

 

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
)

Parameters

name
Type: System::String^

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

key
Type: System.Web.UI::HtmlTextWriterStyle

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.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft