XhtmlConformanceMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the authentication mode to use in a Web application.
public enum class XhtmlConformanceMode
public enum XhtmlConformanceMode
type XhtmlConformanceMode =
Public Enum XhtmlConformanceMode
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Transitional | 0 | Reverts a number of rendering changes made for conformance to the v1.1 rendering behavior. |
Legacy | 1 | XHTML 1.0 Transitional. |
Strict | 2 | XHTML 1.0 Strict conformance. |
Remarks
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).