﻿<?xml version="1.0" encoding="utf-8"?><Type Name="HtmlTitle" FullName="System.Web.UI.HtmlControls.HtmlTitle"><TypeSignature Language="C#" Value="public class HtmlTitle : System.Web.UI.HtmlControls.HtmlControl" /><AssemblyInfo><AssemblyName>System.Web</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Web.UI.HtmlControls.HtmlControl</BaseTypeName></Base><Interfaces /><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use the <see cref="T:System.Web.UI.HtmlControls.HtmlTitle" /> class to programmatically specify the HTML &lt;title&gt; element of a Web Forms page. </para><block subset="none" type="note"><para>You can also set the page title by using the title attribute of the <format type="text/html"><a href="f06cf9e5-22bb-461d-8b8f-549e53ff40a4">@ Page</a></format> directive, or by setting the <see cref="P:System.Web.UI.Page.Title" /> property of the <see cref="T:System.Web.UI.Page" /> class.</para></block></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Allows programmatic access to the HTML &lt;title&gt; element on the server.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public HtmlTitle ();" /><MemberType>Constructor</MemberType><Parameters /><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use this constructor to create and initialize a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlTitle" /> control using default values. It creates an HTML &lt;title&gt; element on the Web page. The following table shows the initial property value for an instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlTitle" /> class.</para><list type="table"><listheader><item><term><para>Property</para></term><description><para>Initial Value</para></description></item></listheader><item><term><para><see cref="P:System.Web.UI.HtmlControls.HtmlControl.TagName" /></para></term><description><para>The "title" literal string.</para></description></item></list></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Web.UI.HtmlControls.HtmlTitle" /> class.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AddParsedSubObject"><MemberSignature Language="C#" Value="protected override void AddParsedSubObject (object obj);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="obj" Type="System.Object" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>If the element added to the <see cref="T:System.Web.UI.HtmlControls.HtmlTitle" /> control is a <see cref="T:System.Web.UI.LiteralControl" /> control, then the <see cref="M:System.Web.UI.HtmlControls.HtmlTitle.AddParsedSubObject(System.Object)" /> method sets the <see cref="P:System.Web.UI.HtmlControls.HtmlTitle.Text" /> property with the value of the literal string; otherwise, the base <see cref="M:System.Web.UI.Control.AddParsedSubObject(System.Object)" /> method is called. The <see cref="M:System.Web.UI.HtmlControls.HtmlTitle.AddParsedSubObject(System.Object)" /> method is used primarily by control developers extending the functionality of the <see cref="T:System.Web.UI.HtmlControls.HtmlTitle" /> control.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Notifies the <see cref="T:System.Web.UI.HtmlControls.HtmlTitle" /> control that an XML or HTML element was parsed and adds that element to the <see cref="T:System.Web.UI.ControlCollection" /> collection of the control.</para></summary><param name="obj"><attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Object" /> that represents the parsed element.</param></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="CreateControlCollection"><MemberSignature Language="C#" Value="protected override System.Web.UI.ControlCollection CreateControlCollection ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Web.UI.ControlCollection</ReturnType></ReturnValue><Parameters /><Docs><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Creates a new <see cref="T:System.Web.UI.ControlCollection" /> collection for the <see cref="T:System.Web.UI.HtmlControls.HtmlTitle" /> control.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A <see cref="T:System.Web.UI.ControlCollection" /> object to contain the current server control's child server controls.</para></returns></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Render"><MemberSignature Language="C#" Value="protected override void Render (System.Web.UI.HtmlTextWriter writer);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="writer" Type="System.Web.UI.HtmlTextWriter" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="M:System.Web.UI.HtmlControls.HtmlTitle.Render(System.Web.UI.HtmlTextWriter)" /> method first calls the <see cref="M:System.Web.UI.HtmlTextWriter.RenderBeginTag(System.Web.UI.HtmlTextWriterTag)" /> method using the Title member of the <see cref="T:System.Web.UI.HtmlTextWriterTag" /> enumeration. Next, any child controls of the <see cref="T:System.Web.UI.HtmlControls.HtmlTitle" /> control are rendered. Finally, the <see cref="M:System.Web.UI.HtmlTextWriter.RenderEndTag" /> method is called.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Renders the <see cref="T:System.Web.UI.HtmlControls.HtmlTitle" /> control to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object.</para></summary><param name="writer"><attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Web.UI.HtmlTextWriter" /> that contains the output stream to render on the client.</param></Docs></Member><Member MemberName="Text"><MemberSignature Language="C#" Value="public virtual string Text { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.Localizable(true)</AttributeName></Attribute><Attribute><AttributeName>System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerDefaultProperty)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.DefaultValue("")</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use the <see cref="P:System.Web.UI.HtmlControls.HtmlTitle.Text" /> property to specify or determine the title of the Web page.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the text of the HTML &lt;title&gt; element.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>