PagesSection.ControlRenderingCompatibilityVersion Property
.NET Framework (current version)
Gets or sets a value that specifies the ASP.NET version that any rendered HTML will be compatible with.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("controlRenderingCompatibilityVersion", DefaultValue = "4.0")] public Version ControlRenderingCompatibilityVersion { get; set; }
Property Value
Type: System.VersionThe ASP.NET version that any rendered HTML will be compatible with.
| Exception | Condition |
|---|---|
| ArgumentNullException | An attempt was made to set this property to null. |
This value is set by the controlRenderingCompatibilityVersion attribute of the pages element in the Web.config file. The value of this property is the default value for the Control.RenderingCompatibility property. For information about how it is used, see the Control.RenderingCompatibility property.
.NET Framework
Available since 4.0
Available since 4.0
Show: