HtmlTitle.HtmlTitle Constructor
.NET Framework 3.0
Initializes a new instance of the HtmlTitle class.
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Use this constructor to create and initialize a new instance of the HtmlTitle control using default values. It creates an HTML <title> element on the Web page. The following table shows the initial property value for an instance of the HtmlTitle class.
| Property | Initial Value |
|---|---|
| The "title" literal string. |
Community Additions
ADD
Show: