Renders the System.Web.UI.HtmlControls.HtmlInputRadioButton control attributes to the specified System.Web.UI.HtmlTextWriter object.
- writer
An System.Web.UI.HtmlTextWriter that receives the rendered output.
The HtmlInputRadioButton.RenderAttributes(System.Web.UI.HtmlTextWriter) method writes the HtmlInputRadioButton.Value property as an attribute of the System.Web.UI.HtmlControls.HtmlInputRadioButton control and then calls the base class's HtmlInputControl.RenderAttributes(System.Web.UI.HtmlTextWriter) method
The HtmlInputRadioButton.RenderAttributes(System.Web.UI.HtmlTextWriter) method is used primarily by control developers extending the functionality of the System.Web.UI.HtmlControls.HtmlInputRadioButton control.