Compartilhar via


MobileControlsSection.AllowCustomAttributes Propriedade

Definição

Obtém ou define um valor que indica se as páginas podem ter atributos personalizados. Essa API está obsoleta. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte Mobile Apps & Sites com ASP.NET.

public:
 property bool AllowCustomAttributes { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("allowCustomAttributes", DefaultValue=false)]
public bool AllowCustomAttributes { get; set; }
[<System.Configuration.ConfigurationProperty("allowCustomAttributes", DefaultValue=false)>]
member this.AllowCustomAttributes : bool with get, set
Public Property AllowCustomAttributes As Boolean

Valor da propriedade

true se as páginas tiverem permissão para ter atributos personalizados; caso contrário, false.

Atributos

Aplica-se a

Confira também