Renders the System.Web.UI.HtmlControls.HtmlControl control's attributes into the specified System.Web.UI.HtmlTextWriter object.
- writer
- The System.Web.UI.HtmlTextWriter that receives the rendered content.
The HtmlControl.RenderAttributes(System.Web.UI.HtmlTextWriter) method writes the System.Web.UI.Control.ID attribute of the System.Web.UI.HtmlControls.HtmlControl control.
The HtmlControl.RenderAttributes(System.Web.UI.HtmlTextWriter) method is used primarily by control developers extending the functionality of the System.Web.UI.HtmlControls.HtmlControl control.