PagesSection.ControlRenderingCompatibilityVersion Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define um valor que especifica a versão do ASP.NET com a qual qualquer HTML renderizado será compatível.
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
Valor da propriedade
A versão do ASP.NET com a qual um HTML renderizado será compatível.
- Atributos
Exceções
Foi feita uma tentativa de definir esta propriedade como null
.
Comentários
Esse valor é definido pelo controlRenderingCompatibilityVersion
atributo do pages
elemento no arquivo Web.config. O valor dessa propriedade é o valor padrão da Control.RenderingCompatibility propriedade. Para obter informações sobre como ela é usada, consulte a Control.RenderingCompatibility propriedade.