System.Web.Configuration Namespace
.NET Framework version 2.0
Specifies the XHTML rendering mode to use in a Web application.
Member |
Description |
Legacy |
XHTML 1.0 Transitional |
Strict |
XHTML 1.0 Strict conformance |
Transitional |
Reverts a number of rendering changes made for conformance to the v1.1 rendering behavior. |
The XhtmlConformanceMode enumeration applies to the mode attribute in the xhtmlConformance tag. It specifies the XHTML rendering modalities for an ASP.NET application. The mode can assume one of the values listed above. The default is Transitional ( XHTML 1.0 Transitional ).
<xhtmlConformance> Section XhtmlConformanceSection Class