다음을 통해 공유


XhtmlConformanceSection.Mode 속성

정의

Mode 속성을 가져오거나 설정합니다.

public:
 property System::Web::Configuration::XhtmlConformanceMode Mode { System::Web::Configuration::XhtmlConformanceMode get(); void set(System::Web::Configuration::XhtmlConformanceMode value); };
[System.Configuration.ConfigurationProperty("mode", DefaultValue=System.Web.Configuration.XhtmlConformanceMode.Transitional)]
public System.Web.Configuration.XhtmlConformanceMode Mode { get; set; }
[<System.Configuration.ConfigurationProperty("mode", DefaultValue=System.Web.Configuration.XhtmlConformanceMode.Transitional)>]
member this.Mode : System.Web.Configuration.XhtmlConformanceMode with get, set
Public Property Mode As XhtmlConformanceMode

속성 값

XhtmlConformanceMode

XhtmlConformanceMode 값 중 하나입니다. 기본값은 Transitional입니다.

특성

설명

기본적으로 HTML 4.0을 지 원하는 브라우저를 사용 하 여 작업 이상 하는 ASP.NET 페이지 및 컨트롤은 XHTML 1.0 Transitional 표준과 호환 되는 태그를 렌더링 합니다. 그러나 일부 상황에서는 하지 않을 XHTML 태그를 렌더링 하는 ASP.NET입니다. 기존 페이지 태그 또는 XHTML에서 사용할 수 없는 특성을 사용 하는 경우 일반적으로 그렇습니다.

적용 대상