System.Web.UI.HtmlControls.HtmlTitle.Render Method

Renders the System.Web.UI.HtmlControls.HtmlTitle control to the specified System.Web.UI.HtmlTextWriter object.

Syntax

protected override void Render (System.Web.UI.HtmlTextWriter writer)

Parameters

writer
A System.Web.UI.HtmlTextWriter that contains the output stream to render on the client.

Remarks

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.

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0