Renders the System.Web.UI.HtmlControls.HtmlImage control's attributes to the specified System.Web.UI.HtmlTextWriter object.
If the value of the HtmlImage.Src property is a malformed URL, the HtmlImage.RenderAttributes(System.Web.UI.HtmlTextWriter) method throws an System.Web.HttpException exception.
The HtmlImage.RenderAttributes(System.Web.UI.HtmlTextWriter) method overrides the base class's HtmlImage.RenderAttributes(System.Web.UI.HtmlTextWriter) method to write the src attribute of the rendered System.Web.UI.HtmlControls.HtmlImage control.
The HtmlImage.RenderAttributes(System.Web.UI.HtmlTextWriter) method is used primarily by control developers extending the functionality of the System.Web.UI.HtmlControls.HtmlImage control.