MobileControlsSection.AllowCustomAttributes Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld die aangeeft of pagina's aangepaste kenmerken kunnen hebben. Deze API is verouderd. Zie Mobile Apps & voor meer informatie over het ontwikkelen van ASP.NET mobiele toepassingen Sites met 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

Waarde van eigenschap

true als pagina's aangepaste kenmerken mogen hebben; anders, false.

Kenmerken

Van toepassing op

Zie ook