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
Web.config文件中元素的属性 pages
设置。 此属性的值是该属性的 Control.RenderingCompatibility 默认值。 有关如何使用它的信息,请参阅 Control.RenderingCompatibility 该属性。