Renders the System.Web.UI.HtmlControls.HtmlTitle control to the specified System.Web.UI.HtmlTextWriter object.
- writer
- A System.Web.UI.HtmlTextWriter that contains the output stream to render on the client.
The HtmlTitle.Render(System.Web.UI.HtmlTextWriter) method first calls the System.Web.UI.HtmlTextWriter.RenderBeginTag(System.Web.UI.HtmlTextWriterTag) method using the Title member of the System.Web.UI.HtmlTextWriterTag enumeration. Next, any child controls of the System.Web.UI.HtmlControls.HtmlTitle control are rendered. Finally, the System.Web.UI.HtmlTextWriter.RenderEndTag method is called.