Renders the System.Web.UI.HtmlControls.HtmlLink control's attributes to the specified System.Web.UI.HtmlTextWriter object.
- writer
The System.Web.UI.HtmlTextWriter that receives the rendered content.
The HtmlLink.RenderAttributes(System.Web.UI.HtmlTextWriter) method resolves the HtmlLink.Href property before calling the base class's HtmlControl.RenderAttributes(System.Web.UI.HtmlTextWriter) method.