This documentation is archived and is not being maintained.
HtmlControl.RenderAttributes Method
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Protected Overridable Sub RenderAttributes( _ ByVal writer As HtmlTextWriter _ ) [C#] protected virtual void RenderAttributes( HtmlTextWriter writer ); [C++] protected: virtual void RenderAttributes( HtmlTextWriter* writer ); [JScript] protected function RenderAttributes( writer : HtmlTextWriter );
See Also
HtmlControl Class | HtmlControl Members | System.Web.UI.HtmlControls Namespace
Show: