Renders the attributes of the System.Web.UI.HtmlControls.HtmlInputControl control to the specified System.Web.UI.HtmlTextWriter object.
- writer
- The System.Web.UI.HtmlTextWriter that contains the output stream to render to the client.
The HtmlInputControl.RenderAttributes(System.Web.UI.HtmlTextWriter) method renders a name attribute and type attribute before calling the base class's HtmlControl.RenderAttributes(System.Web.UI.HtmlTextWriter) method.