HtmlHead Class
.NET Framework 2.0
Note: This class is new in the .NET Framework version 2.0.
Provides programmatic access to the HTML <head> element on the server.
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The HtmlHead control provides programmatic access to the HTML <head> element on the server. The HTML <head> element is a container for additional information about the page. For more information on HTML server controls, see HTML Server Controls.
The HtmlHead control is useful for specifying page formatting information that can be accessed at run time.
| Topic | Location |
|---|---|
| How to: Add HTML Server Controls to a Web Page Using ASP.NET Syntax | Building ASP .NET Web Applications |
| How to: Set HTML Server Control Properties Programmatically | Building ASP .NET Web Applications |
| How to: Add HTML Server Controls to a Web Page Using ASP.NET Syntax | Building ASP .NET Web Applications |
| How to: Set HTML Server Control Properties Programmatically | Building ASP .NET Web Applications |
- AspNetHostingPermission to run the HtmlHead control in a hosted environment. Associated enumeration: Minimal
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: