PagesSection.ControlRenderingCompatibilityVersion 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
렌더링된 어떠한 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
속성 값
렌더링된 어떠한 HTML과도 호환되는 ASP.NET 버전입니다.
- 특성
예외
이 속성을 null
로 설정하려고 한 경우
설명
이 값 설정 됩니다는 controlRenderingCompatibilityVersion
특성을 pages
Web.config 파일의 요소입니다. 이 속성의 값이에 대 한 기본값을 Control.RenderingCompatibility 속성입니다. 사용 방법에 대 한 내용은 참조는 Control.RenderingCompatibility 속성입니다.