MobileControlsSection.AllowCustomAttributes Propriedade

Definição

Recebe ou define um valor que indica se as páginas podem ter atributos personalizados. Esta API está obsoleta. Para informações sobre como desenvolver ASP.NET aplicações móveis, veja Apps & 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 de Propriedade

true se as páginas puderem ter atributos personalizados; caso contrário, false.

Atributos

Aplica-se a

Ver também