Renders the attributes into the specified writer and then calls the HtmlControl.RenderAttributes(System.Web.UI.HtmlTextWriter) method.
- writer
- An System.Web.UI.HtmlTextWriter that receives the rendered content.
The HtmlInputButton.RenderAttributes(System.Web.UI.HtmlTextWriter) method overrides the base HtmlControl.RenderAttributes(System.Web.UI.HtmlTextWriter).method. HtmlInputButton.RenderAttributes(System.Web.UI.HtmlTextWriter) is used primarily by control developers.