Style::AddAttributesToRender Method

 

Adds HTML attributes and styles that need to be rendered to the specified System.Web.UI::HtmlTextWriter. This method is primarily used by control developers.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodAddAttributesToRender(HtmlTextWriter^)

Adds HTML attributes and styles that need to be rendered to the specified System.Web.UI::HtmlTextWriter. This method is primarily used by control developers.

System_CAPS_pubmethodAddAttributesToRender(HtmlTextWriter^, WebControl^)

Adds HTML attributes and styles that need to be rendered to the specified System.Web.UI::HtmlTextWriter and Web server control. This method is primarily used by control developers.

Return to top
Show: