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.
Assembly: System.Web (in System.Web.dll)
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.
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.