Enables EO.Web controls to generate XHTML compliance output for ASP.NET 1.1. This control should be placed in HTML <head> element.
For a list of all members of this type, see Head Members.
System.Object
System.Web.UI.Control
EO.Web.Head
[Visual Basic]
Public Class Head
Thread Safety
Public static (Shared in Visual Basic) members of this type are
safe for multithreaded operations. Instance members are not guaranteed to be
thread-safe.
Remarks
Browser has better performance to process HTML that is XHTML compliance.
On ASP.NET 1.1, you need to place this control in HTML <head> element to enable rendering XHTML compliance output.
Note This control is optional, EO.Web controls functions properly without this control.
On ASP.NET 2.0, EO.Web controls automatically generate XHTML compliant output. You do NOT need to use this control.
See XHTML compliant for more details.
Requirements
Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)
See Also
Head Members | EO.Web Namespace