This documentation is archived and is not being maintained.
PagesSection.ControlRenderingCompatibilityVersion Property
Visual Studio 2010
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)
'Declaration <ConfigurationPropertyAttribute("controlRenderingCompatibilityVersion", DefaultValue := "4.0")> _ Public Property ControlRenderingCompatibilityVersion As Version
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 Nothing. |
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: