HtmlTitle::Render Method (HtmlTextWriter^)
.NET Framework (current version)
Renders the HtmlTitle control to the specified HtmlTextWriter object.
Assembly: System.Web (in System.Web.dll)
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
Available since 2.0
Show: