XhtmlConformanceMode Enum

Definition

Specifies the authentication mode to use in a Web application.

public enum class XhtmlConformanceMode
public enum XhtmlConformanceMode
type XhtmlConformanceMode = 
Public Enum XhtmlConformanceMode
Inheritance
XhtmlConformanceMode

Fields

Legacy 1

XHTML 1.0 Transitional.

Strict 2

XHTML 1.0 Strict conformance.

Transitional 0

Reverts a number of rendering changes made for conformance to the v1.1 rendering behavior.

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).

Applies to