XhtmlConformanceMode Enumeration
.NET Framework (current version)
Specifies the authentication mode to use in a Web application.
Assembly: System.Web (in System.Web.dll)
| 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. |
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 next. The default is Transitional (XHTML 1.0 Transitional).
.NET Framework
Available since 2.0
Available since 2.0
Show: