HtmlTitle.Render Method (HtmlTextWriter)

 

Renders the HtmlTitle control to the specified HtmlTextWriter object.

Namespace:   System.Web.UI.HtmlControls
Assembly:  System.Web (in System.Web.dll)

protected internal override void Render(
	HtmlTextWriter writer
)

Parameters

writer
Type: System.Web.UI.HtmlTextWriter

A HtmlTextWriter that contains the output stream to render on the client.

The Render method first calls the RenderBeginTag method using the Title member of the HtmlTextWriterTag enumeration. Next, any child controls of the HtmlTitle control are rendered. Finally, the RenderEndTag method is called.

.NET Framework
Available since 2.0
Return to top
Show: