Condividi tramite


MobileControlsSection.AllowCustomAttributes Proprietà

Definizione

Ottiene o imposta un valore che indica se le pagine hanno attributi personalizzati. Questa API è obsoleta. Per informazioni su come sviluppare applicazioni ASP.NET per dispositivi mobili, vedere App per dispositivi mobili & Siti con 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

Valore della proprietà

true se le pagine possono avere attributi personalizzati; in caso contrario false.

Attributi

Si applica a

Vedi anche