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.
Writes attributes to the HtmlTextWriter object.
Syntax
Visual Basic Overridable Protected Sub
WriteAttributes( ByVal oWriter As HtmlTextWriter )C# protected virtual void
WriteAttributes(HtmlTextWriter oWriter );Managed C++ protected: virtual void
WriteAttributes(HtmlTextWriter oWriter );JScript protected function
WriteAttributes(oWriter : HtmlTextWriter );
Parameters
oWriter Required. HtmlTextWriter object that contains the attribute.
Return Value
No return value.
Applies To
BaseChildNode
See Also