Share via


MobileControlsSection.AllowCustomAttributes Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob Seiten benutzerdefinierte Attribute aufweisen können, oder legt diesen Wert fest. Diese API ist veraltet. Informationen zum Entwickeln ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Sites mit 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

Eigenschaftswert

true, wenn Seiten benutzerdefinierte Attribute aufweisen können, andernfalls false.

Attribute

Gilt für:

Weitere Informationen