AddAttributesToRender Method
Adds the style attributes to the HtmlTextWriter.
Syntax
Visual Basic Public Sub
AddAttributesToRender( ByVal oWriter As HtmlTextWriter )C# public void
AddAttributesToRender(HtmlTextWriter oWriter );Managed C++ public: void
AddAttributesToRender(HtmlTextWriter oWriter );JScript public function
AddAttributesToRender(oWriter : HtmlTextWriter );
Parameters
oWriter Required. The HtmlTextWriter that receives the style attributes.
Return Value
No return value.
Applies To
CssCollection
See Also