PagesSection.ControlRenderingCompatibilityVersion Property
Gets or sets a value that specifies the ASP.NET version that any rendered HTML will be compatible with.
Namespace: System.Web.Configuration
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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.