다음을 통해 공유


PagesSection.ControlRenderingCompatibilityVersion 속성

정의

렌더링된 어떠한 HTML과도 호환되는 ASP.NET 버전을 지정하는 값을 가져오거나 설정합니다.

public:
 property Version ^ ControlRenderingCompatibilityVersion { Version ^ get(); void set(Version ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Web.Configuration.VersionConverter))]
[System.Configuration.ConfigurationProperty("controlRenderingCompatibilityVersion", DefaultValue="4.0")]
[System.Configuration.ConfigurationValidator(typeof(System.Web.Configuration.VersionValidator))]
public Version ControlRenderingCompatibilityVersion { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Web.Configuration.VersionConverter))>]
[<System.Configuration.ConfigurationProperty("controlRenderingCompatibilityVersion", DefaultValue="4.0")>]
[<System.Configuration.ConfigurationValidator(typeof(System.Web.Configuration.VersionValidator))>]
member this.ControlRenderingCompatibilityVersion : Version with get, set
Public Property ControlRenderingCompatibilityVersion As Version

속성 값

Version

렌더링된 어떠한 HTML과도 호환되는 ASP.NET 버전입니다.

특성

예외

이 속성을 null로 설정하려고 한 경우

설명

이 값 설정 됩니다는 controlRenderingCompatibilityVersion 특성을 pages Web.config 파일의 요소입니다. 이 속성의 값이에 대 한 기본값을 Control.RenderingCompatibility 속성입니다. 사용 방법에 대 한 내용은 참조는 Control.RenderingCompatibility 속성입니다.

적용 대상

추가 정보