In This Topic
Renders the html attributes of control.
Syntax
'Declaration
Protected Overridable Sub RenderAttributes( _
ByVal As System.IO.TextWriter _
)
'Usage
Dim instance As Control
Dim writer As System.IO.TextWriter
instance.RenderAttributes(writer)
protected virtual void RenderAttributes(
System.IO.TextWriter
)
protected procedure RenderAttributes(
: System.IO.TextWriter
); virtual;
protected function RenderAttributes(
: System.IO.TextWriter
);
protected: virtual void RenderAttributes(
System.IO.TextWriter*
)
protected:
virtual void RenderAttributes(
System.IO.TextWriter^
)
Parameters
- writer
- The specified writer used to write the markup
See Also