MobileControlsSection.AllowCustomAttributes Propiedad

Definición

Obtiene o establece un valor que indica si las páginas pueden tener atributos personalizados. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulte Mobile Apps & Sites with 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 propiedad

true si las páginas pueden tener atributos personalizados; de lo contrario, false.

Atributos

Se aplica a

Consulte también