Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds attributes to the HtmlTextWriter object.
Syntax
Visual Basic Overridable Protected Sub
AddAttributesToRender( ByVal oWriter As HtmlTextWriter )C# protected virtual void
AddAttributesToRender(HtmlTextWriter oWriter );Managed C++ protected: virtual void
AddAttributesToRender(HtmlTextWriter oWriter );JScript protected function
AddAttributesToRender(oWriter : HtmlTextWriter );
Parameters
oWriter Required. HtmlTextWriter object that specifies the attribute.
Return Value
No return value.
Applies To
BaseChildNode
See Also