HtmlTitle.Render Method
.NET Framework 3.0
Renders the HtmlTitle control to the specified HtmlTextWriter object.
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void Render ( HtmlTextWriter writer )
protected internal override function Render ( writer : HtmlTextWriter )
Not applicable.
Parameters
- writer
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.
Community Additions
ADD
Show: