Registers markup style properties, whether literals or dynamically generated, from the source file so that they can be properly rendered to the requesting client.
- name
The string passed from the source file specifying the style name.
- key
The System.Web.UI.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 HtmlTextWriter.RegisterStyle(string, HtmlTextWriterStyle) method when the first System.Web.UI.HtmlTextWriter object is created. Dynamic style attributes can be registered by using the HtmlTextWriter.RegisterStyle(string, HtmlTextWriterStyle) method at other times.
The registration table used by the HtmlTextWriter.RegisterStyle(string, HtmlTextWriterStyle) method is static, so registration of attributes applies to all System.Web.UI.HtmlTextWriter objects on the host computer.