The System.Web.Configuration.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 next. The default is Transitional (XHTML 1.0 Transitional).
Member Name | 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. |