WriteAttributes Method

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

Internet Explorer WebControls